fbbf07790b
xine-ui is a graphical user interface for xine-lib. prodded by jolan@
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
$OpenBSD: patch-src_common_utils_c,v 1.1.1.1 2006/03/24 22:46:37 jakemsr Exp $
|
|
--- src/common/utils.c.orig Mon Feb 21 04:17:42 2005
|
|
+++ src/common/utils.c Mon Feb 21 04:18:02 2005
|
|
@@ -34,7 +34,9 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/utsname.h>
|
|
+#ifdef HAVE_ALLOCA_H
|
|
#include <alloca.h>
|
|
+#endif
|
|
|
|
#ifdef HAVE_X11
|
|
#include <X11/Xlib.h>
|