Include stdio.h for snprintf(3)

pull/1/head
Raphael Kubo da Costa 12 years ago committed by Christian Beier
parent 252f5d9c7c
commit a63312c6fb

@ -31,6 +31,8 @@
#define _POSIX_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include <stdio.h>
#include <string.h>
#include <rfb/rfb.h>
#include <rfb/rfbregion.h>

Loading…
Cancel
Save