blob: cca022663aebd3573fc48d7b5d4032a7f7da49ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.6 2005/11/17 13:17:56 dmcmahill Exp $
--- src/makeidx.c.orig 2005-05-19 15:21:59.000000000 +0000
+++ src/makeidx.c
@@ -5,6 +5,7 @@ Copyright 1990 Regents of the University
/* from FILENAME.txt, make FILENAME.idx */
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "cpdefs.h"
#include "hlpdefs.h"
|