]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/strbuf.h
basic: include only what we use
[thirdparty/systemd.git] / src / basic / strbuf.h
index fbc4e5f2a1d6c30780c8450e39f94731a0080843..69565f7e2cd5501b9e62a5b72b64cb329c68c683 100644 (file)
@@ -21,7 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stddef.h>
 #include <stdint.h>
+#include <sys/types.h>
 
 struct strbuf {
         char *buf;