ports/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
Daichi GOTO 40a684ff1e IIIMF-related ports:
- drop maintainership
    - update to r12.2
    - some bug fixes

PR:		81184
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
2005-05-24 12:37:50 +00:00

12 lines
312 B
C++

--- iiimsf/src/IMAuth.cpp.orig Mon May 9 18:08:19 2005
+++ iiimsf/src/IMAuth.cpp Mon May 9 18:08:53 2005
@@ -47,7 +47,9 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>