From 73cd90e4f9eb24891ad70f15ef6ede5f077c88aa Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Mon, 07 May 2007 16:33:57 +0000
Subject: [PATCH] Updating Windows service related code and executables.  This fixes a problem with stopping the server on Windows, and also adds a lot of debug logging to the service code, so we can track problems down in the future

---
 opends/src/build-tools/windows/winlauncher.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/build-tools/windows/winlauncher.h b/opends/src/build-tools/windows/winlauncher.h
index beb5414..58f7868 100644
--- a/opends/src/build-tools/windows/winlauncher.h
+++ b/opends/src/build-tools/windows/winlauncher.h
@@ -25,11 +25,11 @@
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
 
+#include "common.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/stat.h>
 #include <process.h>
-#include "common.h"
 
 #define PATH_SIZE 1024
 #define BUF_SIZE 1024

--
Gitblit v1.10.0