From f8b9b5f7936bb5de9a1ff3171886dd8dd60ea1af Mon Sep 17 00:00:00 2001 From: petermcs Date: Mon, 15 Feb 2010 11:48:58 +0000 Subject: [PATCH] added process.h to includes to silence compiler warning about _beginthread --- bacnet-stack/ports/win32/dlmstp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/ports/win32/dlmstp.c b/bacnet-stack/ports/win32/dlmstp.c index ea80b656..87f9c29f 100644 --- a/bacnet-stack/ports/win32/dlmstp.c +++ b/bacnet-stack/ports/win32/dlmstp.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "bacdef.h" #include "bacaddr.h" #include "mstp.h"