6 lines
148 B
C
6 lines
148 B
C
--- huffman.c.orig Fri Dec 29 16:17:17 2000
|
|
+++ huffman.c Fri Jan 12 02:26:23 2001
|
|
@@ -11,2 +11,3 @@
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdlib.h>
|