diff options
Diffstat (limited to 'server-tools/instance-manager/command.h')
-rw-r--r-- | server-tools/instance-manager/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server-tools/instance-manager/command.h b/server-tools/instance-manager/command.h index 82ded800e65..b84cc6a8e9e 100644 --- a/server-tools/instance-manager/command.h +++ b/server-tools/instance-manager/command.h @@ -16,12 +16,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <my_global.h> + #if defined(__GNUC__) && defined(USE_PRAGMA_INTERFACE) #pragma interface #endif -#include <my_global.h> - /* Class responsible for allocation of im commands. */ class Instance_map; |