diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-12 03:14:05 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-12 03:14:05 +0000 | 
| commit | 030e9898c10a384571e999c6a6acbf205df7c1da (patch) | |
| tree | 3b09f63b3245ae19ecc9198877020d776437d421 | |
| parent | now sorta complete for this stage. (diff) | |
| download | mutator-030e9898c10a384571e999c6a6acbf205df7c1da.tar.gz mutator-030e9898c10a384571e999c6a6acbf205df7c1da.zip | |
the standard library headers are included in again
| -rw-r--r-- | test/testFuncs3.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/testFuncs3.h b/test/testFuncs3.h index fa1e7e6..e5f0155 100644 --- a/test/testFuncs3.h +++ b/test/testFuncs3.h @@ -1,6 +1,6 @@  /*first line intentionally left blank.*/ -#if 0 +#if 1  #include <assert.h>  #include <complex.h>  #include <ctype.h> | 
