diff options
author | erdgeist <> | 2007-11-06 12:04:05 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-06 12:04:05 +0000 |
commit | 5cca3fe20a654114599bbf2ae54daa87b7bd45f0 (patch) | |
tree | 95a95e3851fff8ee5147d486ac3d3347e29449f5 /ot_stats.c | |
parent | bbbaa0e09d21b1f224acb1dc21b10192af086b46 (diff) |
Fixed ntohl include
Diffstat (limited to 'ot_stats.c')
-rw-r--r-- | ot_stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | /* System */ | 4 | /* System */ |
5 | #include <stdlib.h> | 5 | #include <stdlib.h> |
6 | #include <arpa/inet.h> | ||
6 | #include <sys/types.h> | 7 | #include <sys/types.h> |
7 | #include <sys/mman.h> | 8 | #include <sys/mman.h> |
8 | #include <stdio.h> | 9 | #include <stdio.h> |