patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
diff --git a/Include/myselect.h b/Include/myselect.h
index 53e924d..3562af8 100644
--- a/Include/myselect.h
+++ b/Include/myselect.h
@@ -1,9 +1,3 @@
-#ifndef Py_MYSELECT_H
-#define Py_MYSELECT_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /***********************************************************
 Copyright (c) 2000, BeOpen.com.
 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
@@ -19,6 +13,12 @@
 USE "pyport.h" INSTEAD
 ***************************************/
 
+#ifndef Py_MYSELECT_H
+#define Py_MYSELECT_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Include file for users of select() */
 
 /* NB caller must include <sys/types.h> */