- Allocate buffer large enough to contain UNIX_PATH_MAX size pathnames in case of...
[oweals/gnunet.git] / src / util / test_container_multihashmap32.c
index 7997c73ac628e772d2fc97332fa1429dd8d19058..af21ecec92cd1848a12bdedcc665c6ccf56af1fd 100644 (file)
@@ -26,8 +26,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_common.h"
-#include "gnunet_container_lib.h"
+#include "gnunet_util_lib.h"
 
 #define ABORT() { fprintf(stderr, "Error at %s:%d\n", __FILE__, __LINE__); if (m != NULL) GNUNET_CONTAINER_multihashmap32_destroy(m); return 1; }
 #define CHECK(c) { if (! (c)) ABORT(); }