diff options
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,10 +7,10 @@ #include <config.h> #include <stdio.h> +#include <string.h> #if defined(STDC_HEADERS) #include <stdlib.h> -#include <string.h> #endif #if defined(HAVE_UNISTD_H) |