FIX: missing stdint.h include in tmpbuf.c for SIZE_MAX

This commit is contained in:
Christian Thaeter 2010-07-21 06:13:07 +02:00
parent 25c3b04ec8
commit 51e5b8a90c

View file

@ -24,6 +24,7 @@
#include <string.h>
#include <pthread.h>
#include <stdint.h>
#include <stdarg.h>
#include <nobug.h>