Browse Source

ERR: Added missing include of string.h

pull/1/head
Brad King 21 years ago
parent
commit
7350756728
  1. 1
      Source/kwsys/testProcess.c

1
Source/kwsys/testProcess.c

@ -14,6 +14,7 @@
#include <kwsys/Process.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(_WIN32)
# include <windows.h>

Loading…
Cancel
Save