summaryrefslogtreecommitdiff
path: root/daemon/usuals.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 00:17:38 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 00:17:38 +0000
commitfbfb057e8bed90f73850d8e871e4d70e8fa705ce (patch)
tree920c2a626ddd185176d1d8c14be7b1d7497451d1 /daemon/usuals.h
parentae2e52d578ca1dd78e31beed4c63a9b17ce3bb60 (diff)
Standardize the string functions and search for them properly when configuring on different OSs.
Diffstat (limited to 'daemon/usuals.h')
-rw-r--r--daemon/usuals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/usuals.h b/daemon/usuals.h
index f83a117..5fece3f 100644
--- a/daemon/usuals.h
+++ b/daemon/usuals.h
@@ -50,6 +50,8 @@
#include <errno.h>
#include <string.h>
+#include "compat.h"
+
#ifndef NULL
#define NULL 0
#endif