Skip to content

Commit

Permalink
change import to include... not sure if this will require tighter #if…
Browse files Browse the repository at this point in the history
…ndefs etc. in headers
  • Loading branch information
robince committed Jul 2, 2010
1 parent 14e15f1 commit c2990b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxmodule.cpp 100644 → 100755
Expand Up @@ -2,8 +2,8 @@
For full license details, see the LICENSE file. */

#define MXMODULE
#import "pymex.h"
#import "structmember.h"
#include "pymex.h"
#include "structmember.h"

static PyObject *dowrap(PyObject *cobj) {
PyObject *nargs = PyTuple_New(0);
Expand Down

0 comments on commit c2990b6

Please sign in to comment.