1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Fix broken build on OpenBSD

This commit is contained in:
Ulrich Wilkens 2015-05-09 00:48:08 +02:00 committed by Jon Trulson
parent 2b8b5f25b5
commit 8b38d9ea49
26 changed files with 26 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <stdint.h>
#include <string.h>
#include <X11/Intrinsic.h>

View file

@ -94,6 +94,7 @@ Author: Bart Smaalders 1/89
#include "DtHash.h"
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
static int hash_string(const unsigned char * s, int modulo);

View file

@ -48,6 +48,7 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <ctype.h>
#include <sys/mman.h>
#include <stdio.h>

View file

@ -37,6 +37,7 @@
#include <ctype.h>
#include <string.h>
#include <stdint.h>
#ifdef NLS16
#include <limits.h>

View file

@ -40,6 +40,7 @@
#include <Dt/Wsm.h>
#include <Dt/HelpDialog.h>
#include <stdint.h>
#include "calctool.h"
#include "motif.h"

View file

@ -36,6 +36,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>

View file

@ -59,6 +59,7 @@
*/
#include <EUSCompat.h>
#include <stdio.h>
#include <stdint.h>
#include <Xm/ManagerP.h>
#include <Xm/PushBG.h>
#include <Xm/SeparatoG.h>

View file

@ -54,6 +54,7 @@ static char sccsid[] = "@(#)calendarA.c 1.196 95/04/12 Copyr 1991 Sun Microsyst
#include <EUSCompat.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/stat.h>
#include <sys/param.h> /* MAXPATHLEN defined here */
#ifdef SVR4

View file

@ -31,6 +31,7 @@
#include <EUSCompat.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <stdio.h>
#include <ctype.h>

View file

@ -54,6 +54,7 @@ static char sccsid[] = "@(#)monthglance.c 1.82 95/07/27 Copyr 1994 Sun Microsys
#include <EUSCompat.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h> /* MAXPATHLEN defined here */

View file

@ -31,6 +31,7 @@
#include <EUSCompat.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h> /* MAXPATHLEN defined here */

View file

@ -54,6 +54,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <pwd.h>
#include <netdb.h>

View file

@ -49,6 +49,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <sys/types.h> /* for pid_t */

View file

@ -105,6 +105,7 @@
#include <sys/types.h>
#include <pwd.h>
#include <string.h>
#include <stdint.h>
#include <sys/stat.h>
#include <ctype.h>

View file

@ -71,6 +71,7 @@
************************************<+>*************************************/
#include <string.h>
#include <stdint.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>

View file

@ -101,6 +101,7 @@
#include <dirent.h>
#include <unistd.h>
#include <string.h>
#include <stdint.h>
#if defined(CSRG_BASED)
#include <sys/param.h>
#include <sys/mount.h>

View file

@ -34,6 +34,7 @@
/* at the appropriate places. */
/*-----------------------------------------------------------*/
#include <stdio.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View file

@ -70,6 +70,7 @@
#include <stdio.h>
#include <stdint.h>
#include <X11/Intrinsic.h>
#include <Xm/Xm.h>
#include <Xm/DialogS.h>

View file

@ -76,6 +76,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdint.h>
#include <pwd.h>
#include <X11/Intrinsic.h>
#include <Xm/Text.h>

View file

@ -56,6 +56,7 @@
#define DTPAD_H
#include <stdio.h>
#include <stdint.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>

View file

@ -50,6 +50,7 @@
* #include statements
*/
#include <stdint.h>
#include <Xm/Xm.h>
#include <Xm/XmP.h>
#include "Font.h"

View file

@ -37,6 +37,7 @@
*
****************************************************************************/
#include <stdint.h>
#include <sys/param.h>
#include <sys/stat.h>

View file

@ -57,6 +57,7 @@
#include <pwd.h>
#include <fcntl.h>
#include <stdint.h>
#include <sys/stat.h>

View file

@ -45,6 +45,7 @@
#include <Dt/Dt.h>
#include "DataBaseLoad.h"
#include "Parse.h"
#include <stdint.h>
#ifdef __STDC__
const char *szWM_TOOL_CLASS = DtWM_TOOL_CLASS;

View file

@ -65,6 +65,7 @@
#include <X11/keysymdef.h>
#include <langinfo.h>
#include <stdint.h>
#define MWM_NEED_TIME16
#include "WmBitmap.h"

View file

@ -71,6 +71,7 @@
#include <pwd.h>
#include <fcntl.h>
#include <stdint.h>
#include <sys/stat.h>