mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Small fix.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
*~
|
||||
*.o
|
||||
adtools/
|
||||
sources/
|
||||
stamps/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
CC = gcc -m32
|
||||
CFLAGS = -O2 -Wall -I../target/include
|
||||
CFLAGS = -g -O2 -Wall -I../target/include
|
||||
|
||||
BINS = GccFindHit hunk2aout
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user