added process.h to includes to silence compiler warning about _beginthread

This commit is contained in:
petermcs
2010-02-15 11:48:58 +00:00
parent 8f421b9bf6
commit f8b9b5f793
+1
View File
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <process.h>
#include "bacdef.h"
#include "bacaddr.h"
#include "mstp.h"