blob: bc85c119073a6421ecc1dc9e6a898a477c5a1470 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- metamail/mmencode.c.orig 1994-01-26 18:47:37 UTC
+++ metamail/mmencode.c
@@ -13,6 +13,7 @@ OF THIS MATERIAL FOR ANY PURPOSE. IT IS
WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <config.h>
#ifdef MSDOS
#include <fcntl.h>
|