ports/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
Daichi GOTO 806320585f IIIMF-related ports: Update to r12_1-svn2002 and bug fixes
PR:		ports/77927
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
Pointed out by:	ume, nork, hrs
2005-02-28 04:17:02 +00:00

12 lines
307 B
C++

--- iiimsf/src/IMAuth.cpp Sun Jun 20 06:46:28 2004
+++ iiimsf/src/IMAuth.cpp Wed Feb 16 16:21:47 2005
@@ -47,7 +47,9 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>