freebsd-ports/security/mdcrack/files/patch-src_charset.c
Ion-Mihai Tetcu e0199153dd Atempt to fix build with gcc 4.x on HEAD
PR:		ports/108166
Submitted by:	Lars Sommer (maintainer)
2007-01-21 07:02:00 +00:00

12 lines
250 B
C

*** src/charset.c.orig Thu Aug 9 22:19:27 2001
--- src/charset.c Sun Dec 17 09:19:26 2006
***************
*** 10,15 ****
--- 10,16 ----
#include <stdio.h>
+ #include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#ifdef NCURSES