summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-09-26 05:42:13 +0200
committerGuillem Jover <guillem@debian.org>2014-10-06 02:08:04 +0200
commita8b3ff906c1d01082c435ede40f6241529c9e409 (patch)
tree3f62c3de2ae3fe81257a9c06362c586224195580 /lib
parent9b9acf81bac908889d0db3631c53277329bafb80 (diff)
downloaddpkg-a8b3ff906c1d01082c435ede40f6241529c9e409.tar.gz
libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULL
This makes the header stand alone.
Diffstat (limited to 'lib')
-rw-r--r--lib/dpkg/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dpkg/string.h b/lib/dpkg/string.h
index b0216b7d9..72b27cd46 100644
--- a/lib/dpkg/string.h
+++ b/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>