]> git.saurik.com Git - bison.git/blobdiff - src/system.h
glr: fix ambiguity reports.
[bison.git] / src / system.h
index 13669a403ca61f6f15f02c04743ddf9ae63aae95..1c02f25366d6adc072af3bc46a3c9da83147e028 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2012 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -52,6 +52,7 @@
 typedef size_t uintptr_t;
 #endif
 
+#include <sysexits.h>
 
 /*---------.
 | Gnulib.  |