summaryrefslogtreecommitdiff
path: root/createcats.c
diff options
context:
space:
mode:
Diffstat (limited to 'createcats.c')
-rw-r--r--createcats.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/createcats.c b/createcats.c
index 2113923..3e0364c 100644
--- a/createcats.c
+++ b/createcats.c
@@ -36,6 +36,12 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#define KILOBYTE(n) ((n) * 1024)
#define MAXPARSEBUFFER KILOBYTE(10)
+#ifdef __FreeBSD__
+#ifdef isnumber
+#undef isnumber
+#endif
+#endif
+
bool isnumber(const char *s)
{
if (!*s)