18 lines
288 B
Text
18 lines
288 B
Text
|
--- compat.c.orig Wed Jan 5 12:01:51 2005
|
||
|
+++ compat.c Fri Nov 21 12:59:09 2008
|
||
|
@@ -12,6 +12,14 @@
|
||
|
|
||
|
#include "compat.h"
|
||
|
|
||
|
+#if HAVE_STDLIB_H
|
||
|
+#include <stdlib.h>
|
||
|
+#endif
|
||
|
+
|
||
|
+#if HAVE_STRING_H
|
||
|
+#include <string.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#ifndef HAVE_STRLCPY
|
||
|
#include <string.h>
|
||
|
#include <stdio.h>
|