Shut up the warning "implicit declaration of strlen".

This commit is contained in:
Rob Landley 2006-05-10 17:41:21 +00:00
parent 06b00e8ba7
commit 094b9f7e1d

View File

@ -9,6 +9,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/types.h>