Add missing include

This commit is contained in:
o9000 2015-12-07 22:55:43 +01:00
parent e4c5509061
commit 9437c91bd8

View file

@ -10,6 +10,7 @@
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <fcntl.h>
#include "window.h"
#include "server.h"