Small fix.

This commit is contained in:
Krystian Bacławski 2012-10-01 21:40:51 +02:00
parent d11c37755e
commit 9d02a0c9bf
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.tar.gz
*.tar.bz2
*~
*.o
adtools/
sources/
stamps/

View File

@ -1,5 +1,5 @@
CC = gcc -m32
CFLAGS = -O2 -Wall -I../target/include
CFLAGS = -g -O2 -Wall -I../target/include
BINS = GccFindHit hunk2aout

View File

@ -7,7 +7,11 @@
#ifndef _DEFS_H_
#define _DEFS_H_
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <dos/doshunks.h>
#include "a.out.h"