From: stevenj Date: Thu, 6 Sep 2007 13:29:58 +0000 (-0400) Subject: include "nlopt.h", not X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9b279bda14e9759c8fbb485c31d553040eb6881e;p=nlopt.git include "nlopt.h", not darcs-hash:20070906132958-c8de0-ee487c0dfb8390814acee28d48e57912b08195a5.gz --- diff --git a/luksan/luksan.h b/luksan/luksan.h index fe9b8b8..94ce69e 100644 --- a/luksan/luksan.h +++ b/luksan/luksan.h @@ -1,8 +1,8 @@ #ifndef LUKSAN_H #define LUKSAN_H -#include -#include +#include "nlopt.h" +#include "nlopt-util.h" #ifdef __cplusplus extern "C"