ossp-pkg/var/var_test.c 1.50 -> 1.51
--- var_test.c 2004/04/04 08:07:34 1.50
+++ var_test.c 2004/10/29 19:42:20 1.51
@@ -29,13 +29,14 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include "config.h"
#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
-#include "dmalloc.h"
+#include <dmalloc.h>
#endif
#include "var.h"
|
|