blob: f9aaab1244765de6d51395b6c1bb899e1f0eef38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- rdoff/symtab.c.orig Sun Oct 28 09:23:19 2001
+++ rdoff/symtab.c Sun Oct 28 09:23:59 2001
@@ -9,7 +9,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include "symtab.h"
#include "hash.h"
|