aboutsummaryrefslogtreecommitdiff
path: root/src/lib/fnct_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fnct_key.c')
-rw-r--r--src/lib/fnct_key.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/fnct_key.c b/src/lib/fnct_key.c
index b125fbca..d880a133 100644
--- a/src/lib/fnct_key.c
+++ b/src/lib/fnct_key.c
@@ -1,6 +1,8 @@
/*
Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
All rights reserved.
+ Copyright (C) Gabriel Dos Reis.
+ All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -32,11 +34,7 @@
*/
#include "openaxiom-c-macros.h"
-#if defined(MACOSXplatform)
-#include "/usr/include/unistd.h"
-#else
#include <unistd.h>
-#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>