Diff
Modified: trunk/configure.ac (196 => 197)
--- trunk/configure.ac 2010-12-23 21:57:41 UTC (rev 196)
+++ trunk/configure.ac 2010-12-24 01:40:31 UTC (rev 197)
@@ -8,6 +8,7 @@
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config/config.h])
AC_CONFIG_MACRO_DIR([m4])
+AC_USE_SYSTEM_EXTENSIONS
AM_MAINTAINER_MODE
#
Modified: trunk/testing/shims/arc4random.c (196 => 197)
--- trunk/testing/shims/arc4random.c 2010-12-23 21:57:41 UTC (rev 196)
+++ trunk/testing/shims/arc4random.c 2010-12-24 01:40:31 UTC (rev 197)
@@ -34,6 +34,7 @@
#include <sys/types.h>
#include <sys/time.h>
+#include <stdint.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
Modified: trunk/testing/shims/fgetln.c (196 => 197)
--- trunk/testing/shims/fgetln.c 2010-12-23 21:57:41 UTC (rev 196)
+++ trunk/testing/shims/fgetln.c 2010-12-24 01:40:31 UTC (rev 197)
@@ -41,6 +41,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <strings.h>
#include <errno.h>