ossp-pkg/str/str_p.h 1.19 -> 1.20
--- str_p.h 2002/04/01 08:32:54 1.19
+++ str_p.h 2002/04/01 09:03:49 1.20
@@ -30,13 +30,15 @@
#ifndef _STR_P_H_
#define _STR_P_H_
-#include "str.h"
-#include "str_config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <stdlib.h> /* for malloc, etc. */
#include <math.h> /* for modf(3) */
#include <string.h> /* ... */
+#include "str.h"
#include "str_pcre.h"
#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
|
|