summaryrefslogtreecommitdiff
path: root/sfeed_web.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-10-04 23:29:17 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-10-04 23:44:51 +0200
commit7e6245aa708526949100478f5847704a7dd6eac2 (patch)
tree798f4274e58a4468f6eb068da2200a377e069031 /sfeed_web.c
parentf9d8ddb73c6297de4702cde6382db6378786d420 (diff)
portability: dont use HOST_NAME_MAX, just use 256 as maximum
Diffstat (limited to 'sfeed_web.c')
-rw-r--r--sfeed_web.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed_web.c b/sfeed_web.c
index 95d60f0..89f0336 100644
--- a/sfeed_web.c
+++ b/sfeed_web.c
@@ -1,5 +1,4 @@
#include <ctype.h>
-#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>