2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00

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

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"