From ef859c58eda4fc82600a3e432058989263502f50 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 8 May 2017 02:48:17 +0200 Subject: Fix includes in header files --- src/DSV.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/DSV.h') diff --git a/src/DSV.h b/src/DSV.h index 8243e8d..6b1109f 100644 --- a/src/DSV.h +++ b/src/DSV.h @@ -9,6 +9,9 @@ #ifndef __RDSV_H__ #define __RDSV_H__ +#include +#include + enum dsv_status { E_SUCCESS = 0, E_NO_NEWLINE_FOUND, -- cgit v1.2.3-70-g09d2