mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
utils/merge: re-fix include issue
This commit is contained in:
parent
f294ee03b8
commit
c489af6b3b
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <Dt/MsgCatP.h>
|
#include <Dt/MsgCatP.h>
|
||||||
|
|
||||||
/* [0] for primary, [1] for default */
|
/* [0] for primary, [1] for default */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue