diff options
Diffstat (limited to 'xorg-server/os/strlcat.c')
-rw-r--r-- | xorg-server/os/strlcat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/os/strlcat.c b/xorg-server/os/strlcat.c index b57fcc563..91ceabb1c 100644 --- a/xorg-server/os/strlcat.c +++ b/xorg-server/os/strlcat.c @@ -21,6 +21,7 @@ #include <sys/types.h> #include <string.h> +#include "os.h" /* * Appends src to string dst of size siz (unlike strncat, siz is the |