ossp-pkg/val/val_test.c 1.6 -> 1.7
--- val_test.c 2002/03/13 18:35:58 1.6
+++ val_test.c 2002/03/13 18:41:30 1.7
@@ -28,8 +28,14 @@
** val_test.c: test suite
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <stdio.h>
#include <stdlib.h>
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
#include "val.h"
static void die(char *msg)
|
|