1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Fix missing UINT32_MAX

This commit is contained in:
Dave Davenport 2014-06-05 17:48:25 +02:00
parent 4f58b6f81f
commit a2bbc65ff8

View file

@ -32,6 +32,7 @@
#include <string.h>
#include <stdarg.h>
#include <unistd.h>
#include <stdint.h>
#include <ctype.h>
#include <signal.h>
#include <sys/wait.h>