diff options
| author | Manuel Mausz <manuel@mausz.at> | 2019-06-11 15:28:27 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-06-11 15:29:11 +0200 |
| commit | 692760720b197b46e8e4268bede8cad6f90399aa (patch) | |
| tree | 0d0d5f45759b83e15d6668357f9482dca236880b /tcpto.c | |
| parent | 54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff) | |
| download | qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2 qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip | |
Fix compile warnings...
Diffstat (limited to 'tcpto.c')
| -rw-r--r-- | tcpto.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | #include <unistd.h> | ||
| 1 | #include "tcpto.h" | 2 | #include "tcpto.h" |
| 2 | #include "open.h" | 3 | #include "open.h" |
| 3 | #include "lock.h" | 4 | #include "lock.h" |
| @@ -6,7 +7,6 @@ | |||
| 6 | #include "ip.h" | 7 | #include "ip.h" |
| 7 | #include "byte.h" | 8 | #include "byte.h" |
| 8 | #include "datetime.h" | 9 | #include "datetime.h" |
| 9 | #include "readwrite.h" | ||
| 10 | 10 | ||
| 11 | char tcpto_buf[1024]; | 11 | char tcpto_buf[1024]; |
| 12 | 12 | ||
