ossp-pkg/l2/l2_p.h  1.14 -> 1.15
--- l2_p.h       2001/09/10 10:15:11     1.14
+++ l2_p.h       2001/09/11 10:37:04     1.15
@@ -33,9 +33,15 @@
 #include <stdlib.h>
 #include <errno.h>
 
+#include "l2.h"
+#include "l2_config.h"
 #include "l2_ut_pcre.h"
 #include "l2_ut_sa.h"
 
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
+
 #define L2_MAX_MSGSIZE    4096
 #define L2_MAX_CHANNELS    128
 #define L2_MAX_FORMATTERS  128
  |   
 |