summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/allobjects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 3fe2e83..6cc37ba 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -53,3 +53,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "malloc.h"
extern char *strdup PROTO((const char *));
+extern void fatal PROTO((char *));