Missed include

This commit is contained in:
tstack 2010-03-12 16:13:32 -08:00
parent 2f7d8e1eee
commit 49f6805b1f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#define __readline_curses_hh
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>