diff options
Diffstat (limited to 'misc/error.c')
-rw-r--r-- | misc/error.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/error.c b/misc/error.c index 82de13777e..3d2777bc2c 100644 --- a/misc/error.c +++ b/misc/error.c @@ -47,6 +47,8 @@ Cambridge, MA 02139, USA. */ void exit (); #endif +#include "error.h" + #ifndef _ #define _(String) String #endif |