diff options
| author | Tylo <[email protected]> | 2020-05-29 10:38:43 +0200 |
|---|---|---|
| committer | Tylo <[email protected]> | 2020-05-29 10:38:43 +0200 |
| commit | 6893af4715f51ecb8e86e7959ddfa7a94ec6d7ab (patch) | |
| tree | 8c552a3169842a67d3c5a77d82ab4ba3bb1d3e21 | |
| parent | 0364b3d71cb710225a6f22d152a692e0ae865633 (diff) | |
| download | STC-modified-6893af4715f51ecb8e86e7959ddfa7a94ec6d7ab.tar.gz STC-modified-6893af4715f51ecb8e86e7959ddfa7a94ec6d7ab.zip | |
Forgot include.
| -rw-r--r-- | demos.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#include <stdlib.h> #include "stc/cstring.h" #include "stc/cvector.h" #include "stc/clist.h" |
