Mercurial > trustbridge
comparison common/portpath.c @ 986:66f6361fba1b
Fix linux build
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 29 Aug 2014 17:55:28 +0200 |
parents | faf58e9f518b |
children | f110a3f6e387 |
comparison
equal
deleted
inserted
replaced
985:1743895b39b8 | 986:66f6361fba1b |
---|---|
14 #include <stdio.h> | 14 #include <stdio.h> |
15 #include <stdlib.h> | 15 #include <stdlib.h> |
16 #include <sys/stat.h> | 16 #include <sys/stat.h> |
17 #include <sys/types.h> | 17 #include <sys/types.h> |
18 #include <unistd.h> | 18 #include <unistd.h> |
19 #include <string.h> | |
19 | 20 |
20 char * | 21 char * |
21 port_dirname(char *path) | 22 port_dirname(char *path) |
22 { | 23 { |
23 #ifndef _WIN32 | 24 #ifndef _WIN32 |