Module Name: src
Committed By: martin
Date: Wed Feb 10 23:33:56 UTC 2010
Modified Files:
src/sys/lib/libsa: lookup_elf32.c
Log Message:
fix includes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libsa/lookup_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libsa/lookup_elf32.c
diff -u src/sys/lib/libsa/lookup_elf32.c:1.1 src/sys/lib/libsa/lookup_elf32.c:1.2
--- src/sys/lib/libsa/lookup_elf32.c:1.1 Wed Feb 10 21:54:47 2010
+++ src/sys/lib/libsa/lookup_elf32.c Wed Feb 10 23:33:56 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: lookup_elf32.c,v 1.1 2010/02/10 21:54:47 martin Exp $ */
+/* $NetBSD: lookup_elf32.c,v 1.2 2010/02/10 23:33:56 martin Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#define ELFSIZE 32
#endif
-#include <string.h>
+#include <lib/libkern/libkern.h>
#include <sys/param.h>
#include <sys/exec_elf.h>