diff --git a/Src/_cmormodule.c b/Src/_cmormodule.c
index 744bb468..da1036aa 100644
--- a/Src/_cmormodule.c
+++ b/Src/_cmormodule.c
@@ -1,4 +1,5 @@
 #include <Python.h>
+#include <signal.h>
 #define NPY_NO_DEPRECATED_API  NPY_1_10_API_VERSION
 
 #include "numpy/arrayobject.h"
diff --git a/setup.py.in b/setup.py.in
index 745c9e9e..4372c2c8 100755
--- a/setup.py.in
+++ b/setup.py.in
@@ -3,7 +3,7 @@ import numpy
 import os
 from setuptools import setup, Extension
 
-include_dirs = [numpy.lib.utils.get_include(),"include","include/cdTime"]
+include_dirs = [numpy.get_include(),"include","include/cdTime"]
 
 library_dirs = [ os.path.join("@prefix@","lib") ,'.']
 include_dirs.append(os.path.join("@prefix@","include"))