Include <string.h> for strncpy prototype.

This commit is contained in:
Andreas Jaeger 2000-09-09 10:08:49 +00:00
parent 5f1573151c
commit b3e6e3e367

View file

@ -17,6 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <string.h>
#include <sys/sysctl.h>
#include <sys/utsname.h>
#include "kernel-features.h"