summaryrefslogtreecommitdiff
path: root/include/ouroboros/dif_config.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-05-14 18:57:24 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-05-14 18:57:24 +0200
commit8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9 (patch)
tree023099499dd9cd60107dd9ca75af94e5987754cf /include/ouroboros/dif_config.h
parent0cbf6e091c66b7d5004a4fc3b368fc2fcdd4fe8a (diff)
downloadouroboros-8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9.tar.gz
ouroboros-8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9.zip
lib: Fix header inclusion
This fixes wrong header inclusion that would make programs which are not developed within ouroboros fail upon compilation, since they would not find certain headers on their system.
Diffstat (limited to 'include/ouroboros/dif_config.h')
-rw-r--r--include/ouroboros/dif_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/dif_config.h b/include/ouroboros/dif_config.h
index 5d489b0c..d76d4f68 100644
--- a/include/ouroboros/dif_config.h
+++ b/include/ouroboros/dif_config.h
@@ -20,8 +20,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <ouroboros/utils.h>
-#include <ouroboros/common.h>
+#include <stdint.h>
+#include <unistd.h>
#ifndef OUROBOROS_DIF_CONFIG_H
#define OUROBOROS_DIF_CONFIG_H