Update plibc header
[oweals/gnunet.git] / src / util / test_common_allocation.c
index 950f0cedbbae991f357190e2f8df71f6e448a04d..0c6f5fc5ace935746f1c0b09b209e4fad940ef7a 100644 (file)
@@ -23,7 +23,7 @@
  * @brief testcase for common_allocation.c
  */
 #include "platform.h"
-#include "gnunet_common.h"
+#include "gnunet_util_lib.h"
 
 static int
 check ()
@@ -105,7 +105,7 @@ main (int argc, char *argv[])
   GNUNET_log_setup ("test-common-allocation", "WARNING", NULL);
   ret = check ();
   if (ret != 0)
-    fprintf (stderr, "ERROR %d.\n", ret);
+    FPRINTF (stderr, "ERROR %d.\n", ret);
   return ret;
 }