When I fixed up the includes in _info for nearly everything, I managed to leave out a couple of my own modules. This fixes them up. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
@@ -1,6 +1,6 @@
+#include "config.h"
#include <stdio.h>
#include <string.h>
-#include "config.h"
/**
* bytestring - simple bytestring handling
@@ -1,5 +1,6 @@
-#include <string.h>
#include "config.h"
+#include <stdio.h>
+#include <string.h>
* memmem - Trivial module providing a memmem() implementation