freebsd-ports/news/cnews/files/patch-histinfo.c
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

10 lines
292 B
C

--- maint/histinfo.c.orig 1995-01-02 22:48:43.000000000 +0100
+++ maint/histinfo.c 2011-05-12 15:36:35.000000000 +0200
@@ -3,6 +3,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h> /* for modified time (date received) */
#include <string.h>