Index: src/pl/plpython/plpython.c
===================================================================
RCS file: /cvsroot/pgsql-server/src/pl/plpython/plpython.c,v
retrieving revision 1.51
diff -c -r1.51 plpython.c
*** src/pl/plpython/plpython.c	31 Jul 2004 20:55:45 -0000	1.51
--- src/pl/plpython/plpython.c	4 Aug 2004 22:41:44 -0000
***************
*** 34,39 ****
--- 34,40 ----
   *********************************************************************
   */
  
+ #include <Python.h>
  #include "postgres.h"
  
  /* system stuff */
***************
*** 54,60 ****
  #include "utils/syscache.h"
  #include "utils/typcache.h"
  
- #include <Python.h>
  #include <compile.h>
  #include <eval.h>
  
--- 55,60 ----
