diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-17 01:08:19 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-17 01:08:19 +0000 |
commit | d58ffc6cc6c304e25d46536469701a20cb67180f (patch) | |
tree | 63bc0cdbf62519c41972ccf27af5428274a86792 /gdb/i386v4-nat.c | |
parent | bfcf3112c421c372e123bbb789bab8ef98eb4e99 (diff) | |
download | gdb-d58ffc6cc6c304e25d46536469701a20cb67180f.zip gdb-d58ffc6cc6c304e25d46536469701a20cb67180f.tar.gz gdb-d58ffc6cc6c304e25d46536469701a20cb67180f.tar.bz2 |
* i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
Diffstat (limited to 'gdb/i386v4-nat.c')
-rw-r--r-- | gdb/i386v4-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/i386v4-nat.c b/gdb/i386v4-nat.c index 5febaf7..98f7365 100644 --- a/gdb/i386v4-nat.c +++ b/gdb/i386v4-nat.c @@ -17,9 +17,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "defs.h" + #ifdef HAVE_SYS_PROCFS_H -#include "defs.h" #include <sys/procfs.h> /* The /proc interface divides the target machine's register set up into |