cowynn_wdig
17 years ago
|
@@ -16,6 +16,13 @@
|
|
|
#include "config.h"
|
|
#include "config.h"
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+#ifdef HAVE_STRING_H
|
|
|
|
|
+#include <string.h>
|
|
|
|
|
+#endif
|
|
|
|
|
+#ifdef HAVE_STDLIB_H
|
|
|
|
|
+#include <stdlib.h>
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
|
#ifdef HAVE_IOSTREAM
|
|
#ifdef HAVE_IOSTREAM
|
|
|
#include <iostream>
|
|
#include <iostream>
|