Browse Source

libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULL

This makes the header stand alone.
Guillem Jover 12 years ago
parent
commit
a8b3ff906c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/dpkg/string.h

+ 1 - 0
lib/dpkg/string.h

@@ -21,6 +21,7 @@
 #ifndef LIBDPKG_STRING_H
 #define LIBDPKG_STRING_H
 
+#include <stddef.h>
 #include <stdbool.h>
 
 #include <dpkg/macros.h>