16 lines
321 B
Text
16 lines
321 B
Text
|
$NetBSD: patch-ac,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
|
||
|
|
||
|
--- srvmain.cpp.orig 2003-05-31 11:55:08.000000000 -0400
|
||
|
+++ srvmain.cpp 2003-05-31 11:55:47.000000000 -0400
|
||
|
@@ -28,7 +28,10 @@
|
||
|
*/
|
||
|
|
||
|
#include "main.h"
|
||
|
+
|
||
|
+#ifndef __NetBSD__
|
||
|
#include "md5.h"
|
||
|
+#endif
|
||
|
|
||
|
#include "m_upload.h"
|
||
|
#include "m_chat.h"
|