diff options
Diffstat (limited to 'libcutils/strlcpy.c')
-rw-r--r-- | libcutils/strlcpy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcutils/strlcpy.c b/libcutils/strlcpy.c index 360abc5..c66246c 100644 --- a/libcutils/strlcpy.c +++ b/libcutils/strlcpy.c @@ -14,11 +14,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <features.h> +#include <sys/types.h> #if defined(__GLIBC__) || defined(_WIN32) -#include <sys/types.h> #include <string.h> #include <cutils/memory.h> |