Fixes, on NIOS GNU/Linux:
  In file included from
  /scratch/mbilal/nois-lite/src/gdb-trunk/gdb/gdbserver/../nat/linux-ptrace.c:26:0:
  /scratch/mbilal/nois-lite/src/gdb-trunk/gdb/gdbserver/../gregset.h:27:23:
  error: unknown type name 'gregset_t'
   #define GDB_GREGSET_T gregset_t
			 ^
Fix this by including sys/procfs.h directly.  We shouldn't really be
including a gdb-only header in a gdb/nat/ file, anyway.  Whoops.
gdb/ChangeLog:
2016-08-11  Pedro Alves  <palves@redhat.com>
	PR gdb/20413
	* nat/linux-ptrace.c: Include <sys/procfs.h> instead of
	"gregset.h".
+2016-08-11  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/20413
+       * nat/linux-ptrace.c: Include <sys/procfs.h> instead of
+       "gregset.h".
+
 2016-08-10  Pedro Alves  <palves@redhat.com>
 
        PR gdb/19187
 
 #include "buffer.h"
 #include "gdb_wait.h"
 #include "gdb_ptrace.h"
-#include "gregset.h"
+#include <sys/procfs.h>
 
 /* Stores the ptrace options supported by the running kernel.
    A value of -1 means we did not check for features yet.  A value