Package: theseus Version: 1.3.9-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package FTBFS on GNU/kFreeBSD because of a missing include. The attached patch fixes this problem. Thanks for considering. Mraw, KiBi.
--- a/theseus.h +++ b/theseus.h @@ -51,7 +51,7 @@ #include <string.h> #include <stdio.h> #include <unistd.h> -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) #include <getopt.h> #endif #include <ctype.h>