From: james Date: Thu, 1 Apr 2004 18:03:26 +0000 (+0000) Subject: GCC 3.0 doesn't like you not including if you use things in it. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/9c1cf191009beb4f16364a753df938baf1032290 GCC 3.0 doesn't like you not including if you use things in it. We do, so let's. git-svn-id: svn://svn.tartarus.org/sgt/halibut@4029 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/halibut.h b/halibut.h index 6ecf3b3..3fc752d 100644 --- a/halibut.h +++ b/halibut.h @@ -4,6 +4,7 @@ #include #include #include +#include #ifdef __GNUC__ #define NORETURN __attribute__((__noreturn__))