diff options
Diffstat (limited to 'gdb/config/xm-lynx.h')
-rw-r--r-- | gdb/config/xm-lynx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/config/xm-lynx.h b/gdb/config/xm-lynx.h index 6f19abd..d73e2c1 100644 --- a/gdb/config/xm-lynx.h +++ b/gdb/config/xm-lynx.h @@ -17,6 +17,4 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* for INT_MIN, to avoid "INT_MIN redefined" warnings from defs.h */ - -#include <limits.h> +#include <limits.h> /* for INT_MIN */ |