* bsd-kvm.c: Check for nlist.h before including it.

This commit is contained in:
Mark Kettenis
2004-08-09 21:10:20 +00:00
parent bbe06c740e
commit ac5754fafa
2 changed files with 6 additions and 0 deletions

View File

@@ -31,7 +31,9 @@
#include "gdb_assert.h"
#include <fcntl.h>
#include <kvm.h>
#ifdef HAVE_NLIST_H
#include <nlist.h>
#endif
#include "readline/readline.h"
#include <sys/param.h>
#include <sys/proc.h>