diff options
author | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
commit | ef859c58eda4fc82600a3e432058989263502f50 (patch) | |
tree | 0e4e3c3b309e747027a1d6d18e275ebf20eb8d04 /src/DSV.h | |
parent | 921268159d96efeb136fcfd29e8ba3212fd0a507 (diff) | |
download | redo-ef859c58eda4fc82600a3e432058989263502f50.tar.gz redo-ef859c58eda4fc82600a3e432058989263502f50.tar.xz redo-ef859c58eda4fc82600a3e432058989263502f50.zip |
Fix includes in header files
Diffstat (limited to 'src/DSV.h')
-rw-r--r-- | src/DSV.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ #ifndef __RDSV_H__ #define __RDSV_H__ +#include <stdlib.h> +#include <stdio.h> + enum dsv_status { E_SUCCESS = 0, E_NO_NEWLINE_FOUND, |