blob: 1a9056d6b9983b9d1bd16cba7f3318b98a60d180 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- libannex/slip_layer.c.orig Thu Aug 4 15:58:46 1994
+++ libannex/slip_layer.c Thu Sep 18 20:18:34 2003
@@ -70,6 +70,8 @@
#include "port/port.h"
#include <sys/stat.h>
#include <sys/fcntl.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <stdio.h>
#include <errno.h>
#include "../inc/slip/slip_user.h"
@@ -101,10 +103,7 @@
*****************************************************************************/
extern int debug;
-extern errno_t errno;
-
-extern UINT32 inet_addr();
-
+extern int errno;
/*****************************************************************************
* *
|