[haiku-commits] r37309 - haiku/trunk/src/libs/udis86

  • From: wpjvandermeer@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 30 Jun 2010 14:28:17 +0200 (CEST)

Author: wim
Date: 2010-06-30 14:28:17 +0200 (Wed, 30 Jun 2010)
New Revision: 37309
Changeset: http://dev.haiku-os.org/changeset/37309/haiku

Modified:
   haiku/trunk/src/libs/udis86/decode.c
Log:
Including header to get rid of a no previous prototype warning.

Modified: haiku/trunk/src/libs/udis86/decode.c
===================================================================
--- haiku/trunk/src/libs/udis86/decode.c        2010-06-30 11:52:51 UTC (rev 
37308)
+++ haiku/trunk/src/libs/udis86/decode.c        2010-06-30 12:28:17 UTC (rev 
37309)
@@ -13,6 +13,7 @@
 #include "itab.h"
 #include "input.h"
 #include "decode.h"
+#include "extern.h"
 
 /* The max number of prefixes to an instruction */
 #define MAX_PREFIXES    15


Other related posts: