[pisa-src] r1021 - trunk/include

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 06 Oct 2009 13:48:16 +0200

Author: biurrun
Date: Tue Oct  6 13:48:16 2009
New Revision: 1021

Log:
Unconditionally #include ac_config.h, it is a required header.

Modified:
   trunk/include/global.h

Modified: trunk/include/global.h
==============================================================================
--- trunk/include/global.h      Tue Oct  6 13:39:41 2009        (r1020)
+++ trunk/include/global.h      Tue Oct  6 13:48:16 2009        (r1021)
@@ -14,9 +14,7 @@
 #ifndef PISA_GLOBAL_H
 #define PISA_GLOBAL_H
 
-#ifdef HAVE_CONFIG_H
-# include "ac_config.h"
-#endif
+#include "ac_config.h"
 
 #include <stdio.h>
 #include <stdint.h>    /* uint*_t */

Other related posts:

  • » [pisa-src] r1021 - trunk/include - Diego Biurrun