Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa fix includes



details:   https://anonhg.NetBSD.org/src/rev/6082895296e1
branches:  trunk
changeset: 752000:6082895296e1
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 10 23:33:56 2010 +0000

description:
fix includes

diffstat:

 sys/lib/libsa/lookup_elf32.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b906fe3b6acf -r 6082895296e1 sys/lib/libsa/lookup_elf32.c
--- a/sys/lib/libsa/lookup_elf32.c      Wed Feb 10 22:25:08 2010 +0000
+++ b/sys/lib/libsa/lookup_elf32.c      Wed Feb 10 23:33:56 2010 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index