FreeCalypso > hg > freecalypso-sw
comparison rvinterf/lowlevel/localsock.c @ 256:2f285f20d617
rvinterf: *.h moved into include subdir
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 04 Feb 2014 05:03:57 +0000 |
parents | 549e6cd1e77d |
children |
comparison
equal
deleted
inserted
replaced
255:c33fb341faeb | 256:2f285f20d617 |
---|---|
8 #include <stdio.h> | 8 #include <stdio.h> |
9 #include <string.h> | 9 #include <string.h> |
10 #include <strings.h> | 10 #include <strings.h> |
11 #include <stdlib.h> | 11 #include <stdlib.h> |
12 #include <unistd.h> | 12 #include <unistd.h> |
13 #include "../localsock.h" | 13 #include "../include/localsock.h" |
14 #include "client.h" | 14 #include "client.h" |
15 | 15 |
16 int listener; | 16 int listener; |
17 | 17 |
18 extern struct client *client_head; | 18 extern struct client *client_head; |