]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/strxcpyx.c
basic: include only what we use
[thirdparty/systemd.git] / src / basic / strxcpyx.c
index 6542c0abf54d77dc4c363db0759a028a11ef95f4..c454171de10b56f09eedf7e91e754c16748f7414 100644 (file)
  * Returns the * remaining size, and 0 if the string was truncated.
  */
 
+#include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
+
 #include "strxcpyx.h"
 
 size_t strpcpy(char **dest, size_t size, const char *src) {