blob: ffa689dcf99a9bfcd1e00093e8d0e970bf2c3806 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- xdbx.c.orig 1995-04-21 02:37:31 UTC
+++ xdbx.c
@@ -74,11 +74,9 @@
#define XGDBVERSION "1.12"
#endif
-#ifdef SYSV
# include <stdio.h>
# include <stdlib.h>
# include <sys/param.h>
-#endif
#include "global.h"
#include "bitmaps.h"
|