nemiver r983 - in trunk: . src/dbgengine



Author: dodji
Date: Sun Feb 22 15:31:38 2009
New Revision: 983
URL: http://svn.gnome.org/viewvc/nemiver?rev=983&view=rev

Log:
Fix compilation with gcc 4.3.3

2009-02-21  Dodji Seketeli  <dodji redhat com>

	* src/dbgengine/nmv-i-debugger.h: Include <stdint.h> before using
	uint8_t. This otherwise wouldn't compile with gcc 4.3.3

Modified:
   trunk/ChangeLog
   trunk/src/dbgengine/nmv-i-debugger.h

Modified: trunk/src/dbgengine/nmv-i-debugger.h
==============================================================================
--- trunk/src/dbgengine/nmv-i-debugger.h	(original)
+++ trunk/src/dbgengine/nmv-i-debugger.h	Sun Feb 22 15:31:38 2009
@@ -26,6 +26,7 @@
 #ifndef __NEMIVER_I_DEBUGGER_H__
 #define __NEMIVER_I_DEBUGGER_H__
 
+#include <stdint.h>
 #include <vector>
 #include <string>
 #include <map>



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