Blob Blame History Raw
--- src/C/glpk.c.orig	2008-10-13 00:39:55.000000000 -0700
+++ src/C/glpk.c	2008-10-13 00:40:17.000000000 -0700
@@ -17,11 +17,11 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "cvxopt.h"
 #include "misc.h"
-#include "glpk.h"
+#include <glpk.h>
 
 PyDoc_STRVAR(glpk__doc__,
     "Interface to the simplex algorithm in GLPK.\n\n" 
     "The GLPK control parameters have the default values listed in \n"
     "the GLPK documentation, except for 'LPX_K_PRESOL', which is set\n"