gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10669: Include gnashconfig.h for HA


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10669: Include gnashconfig.h for HAVE_POLL_H. Use non-reserved header guard.
Date: Fri, 06 Mar 2009 22:01:59 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10669
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2009-03-06 22:01:59 +0100
message:
  Include gnashconfig.h for HAVE_POLL_H. Use non-reserved header guard.
modified:
  libnet/http.h
=== modified file 'libnet/http.h'
--- a/libnet/http.h     2009-03-05 19:35:09 +0000
+++ b/libnet/http.h     2009-03-06 21:01:59 +0000
@@ -16,8 +16,8 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-#ifndef _HTTP_H_
-#define _HTTP_H_
+#ifndef GNASH_LIBNET_HTTP_H
+#define GNASH_LIBNET_HTTP_H
 
 #include <string>
 #include <map>
@@ -27,6 +27,7 @@
 #include <boost/scoped_array.hpp>
 #include <sstream>
 
+#include "gnashconfig.h"
 #include "amf.h"
 #include "cque.h"
 #include "rtmp.h"


reply via email to

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