summaryrefslogtreecommitdiff
path: root/textproc/iiimf-server/files/patch-iiimsf_src_IMAuth.cpp
blob: 74ca709db074af92f0b3c64a960ea1f54817cbfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>