[Xfce4-commits] <tumbler:jannis/specialized> Squashme: Check for sys/types.h and sys/stat.h.

Jannis Pohlmann noreply at xfce.org
Wed Oct 21 18:08:02 CEST 2009


Updating branch refs/heads/jannis/specialized
         to a08e126df38314568ed23b40da5317654ae12fdb (commit)
       from a7a1dd4292b87384d7edae6d3f9995df2668fab0 (commit)

commit a08e126df38314568ed23b40da5317654ae12fdb
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Oct 21 17:57:20 2009 +0200

    Squashme: Check for sys/types.h and sys/stat.h.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4918c87..d8d3cd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,7 @@ dnl ***************************************
 dnl *** Check for standard header files ***
 dnl ***************************************
 AC_HEADER_STDC()
-AC_CHECK_HEADERS([unistd.h sched.h linux/sched.h syscall.h])
+AC_CHECK_HEADERS([unistd.h sched.h linux/sched.h syscall.h sys/types.h sys/stat.h])
 
 dnl ************************************
 dnl *** Check for standard functions ***



More information about the Xfce4-commits mailing list