From ede257e8f2c30f099d13de19b187ebb253c10200 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sun, 13 Nov 2005 00:34:24 +0000 Subject: [PATCH] (xundump): Add prototypes.h to get a prototype for xundump(). --- src/lib/common/xundump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index 87b9c57c..107a856d 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -40,6 +40,7 @@ #include #include +#include "prototypes.h" #include "file.h" #include "nsc.h" #include "match.h"