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:
parent
2b8b5f25b5
commit
8b38d9ea49
26 changed files with 26 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef NLS16
|
||||
#include <limits.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <Dt/Wsm.h>
|
||||
#include <Dt/HelpDialog.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include "calctool.h"
|
||||
#include "motif.h"
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sys/types.h> /* for pid_t */
|
||||
|
||||
|
|
|
@ -105,6 +105,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
************************************<+>*************************************/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <Xm/Xm.h>
|
||||
#include <Xm/DialogS.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
#define DTPAD_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
* #include statements
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <Xm/Xm.h>
|
||||
#include <Xm/XmP.h>
|
||||
#include "Font.h"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
|
||||
#include <pwd.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
#include <X11/keysymdef.h>
|
||||
|
||||
#include <langinfo.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define MWM_NEED_TIME16
|
||||
#include "WmBitmap.h"
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
|
||||
#include <pwd.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue