Commit a63312c6 authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Christian Beier

Include stdio.h for snprintf(3)

parent 252f5d9c
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#define _POSIX_SOURCE #define _POSIX_SOURCE
#define _XOPEN_SOURCE 600 #define _XOPEN_SOURCE 600
#endif #endif
#include <stdio.h>
#include <string.h> #include <string.h>
#include <rfb/rfb.h> #include <rfb/rfb.h>
#include <rfb/rfbregion.h> #include <rfb/rfbregion.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment