Browse Source

add missing <stdlib.h> for exit()

pre-master-46
danmc 20 years ago
parent
commit
23fb01db1b
  1. 1
      src/makeidx.c

1
src/makeidx.c

@ -5,6 +5,7 @@ Copyright 1990 Regents of the University of California. All rights reserved.
/* from FILENAME.txt, make FILENAME.idx */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cpdefs.h"
#include "hlpdefs.h"

Loading…
Cancel
Save