diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-13 08:05:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-13 08:05:40 +0000 |
commit | 65df8489a4449f7280974442b0ab433698fc8158 (patch) | |
tree | 3b58e8df240e68c421698db185e17ffe0339a8fd /sysutils/slmon/files/patch-defines.h | |
parent | (QT3/KDE3 only:) Remove -lqt, this was a mistake. (diff) |
add slmon
S-Lang System Monitor
Diffstat (limited to 'sysutils/slmon/files/patch-defines.h')
-rw-r--r-- | sysutils/slmon/files/patch-defines.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/slmon/files/patch-defines.h b/sysutils/slmon/files/patch-defines.h new file mode 100644 index 000000000000..b48f5819d8d8 --- /dev/null +++ b/sysutils/slmon/files/patch-defines.h @@ -0,0 +1,10 @@ +--- defines.h.orig Tue Nov 6 14:33:50 2001 ++++ defines.h Tue Nov 6 14:34:20 2001 +@@ -17,6 +17,7 @@ + #ifndef SLMON_DEFINES_H + #define SLMON_DEFINES_H + ++#include <sys/types.h> + #include <stdlib.h> + #include <time.h> + #include <string.h> |