Add missing include

This commit is contained in:
Jakob Haufe 2016-04-23 21:34:25 +02:00
parent 322dad495a
commit f01eeb049e
No known key found for this signature in database
GPG key ID: 4CF2B218F54DAE3D

View file

@ -20,6 +20,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "gotty/options.h"
#include "gotty/tty.h"