Don't include <sys/user.h> on NetBSD in GDB

This header in this context is freebsdism.
This commit is contained in:
kamil 2017-06-15 23:46:30 +00:00
parent be56a00d11
commit fc24321608

View File

@ -37,7 +37,9 @@
#include "readline/readline.h"
#include <sys/param.h>
#include <sys/proc.h>
#if defined(__FreeBSD__)
#include <sys/user.h>
#endif
#include "bsd-kvm.h"