diff options
Diffstat (limited to 'sim/igen/misc.c')
-rw-r--r-- | sim/igen/misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/igen/misc.c b/sim/igen/misc.c index fface6f..e949b6c 100644 --- a/sim/igen/misc.c +++ b/sim/igen/misc.c @@ -19,7 +19,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - +/* This must come before any other includes. */ +#include "gnulib/config.h" #include <stdio.h> #include <stdarg.h> |