Blob Blame History Raw
--- src/C/glpk.c.orig	2011-12-21 14:53:49.000000000 -0700
+++ src/C/glpk.c	2012-01-02 12:42:13.458612192 -0700
@@ -20,7 +20,7 @@
 
 #include "cvxopt.h"
 #include "misc.h"
-#include "glpk.h"
+#include <glpk.h>
 
 PyDoc_STRVAR(glpk__doc__,
     "Interface to the simplex and mixed integer LP algorithms in GLPK.\n\n"