Include <limits.h> in all.h

This commit is contained in:
Michael Stapelberg
2011-08-04 00:10:04 +02:00
parent d0f1d8aa71
commit c883e7050a
6 changed files with 1 additions and 6 deletions

View File

@ -23,6 +23,7 @@
#include <err.h>
#include <stdint.h>
#include <math.h>
#include <limits.h>
#include <xcb/xcb.h>
#include <xcb/xcb_aux.h>