mghttpd: Use HAVE_CONFIG_H

This commit is contained in:
Sebastian Huber
2012-07-12 09:51:44 +02:00
parent ad6c1f1138
commit 4248b28296
+4
View File
@@ -18,6 +18,10 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#if HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_WIN32)
#define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005
#else