gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11468: include stat.h to keep FreeB


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11468: include stat.h to keep FreeBSD happy.
Date: Thu, 03 Sep 2009 13:06:40 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11468
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2009-09-03 13:06:40 -0600
message:
  include stat.h to keep FreeBSD happy.
modified:
  testsuite/libnet.all/test_cache.cpp
=== modified file 'testsuite/libnet.all/test_cache.cpp'
--- a/testsuite/libnet.all/test_cache.cpp       2009-02-25 22:33:03 +0000
+++ b/testsuite/libnet.all/test_cache.cpp       2009-09-03 19:06:40 +0000
@@ -32,6 +32,10 @@
 extern int optind, getopt(int, char *const *, const char *);
 #endif
 
+#ifdef HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif
+
 #include <sys/types.h>
 #include <iostream>
 #include <string>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]