diff options
| author | Tylo <[email protected]> | 2020-06-15 21:20:29 +0200 |
|---|---|---|
| committer | Tylo <[email protected]> | 2020-06-15 21:20:29 +0200 |
| commit | 2bcc2fa8f094de7a4a7d78093dfe62023499e4d8 (patch) | |
| tree | 78bac1b58536221f87275e98b6c397dfe2342a6e /stc/cvector.h | |
| parent | d5d547b7315c9deae74ead71ef434e9f25c674f7 (diff) | |
| download | STC-modified-2bcc2fa8f094de7a4a7d78093dfe62023499e4d8.tar.gz STC-modified-2bcc2fa8f094de7a4a7d78093dfe62023499e4d8.zip | |
Fixed including standard include files.
Diffstat (limited to 'stc/cvector.h')
| -rw-r--r-- | stc/cvector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/cvector.h b/stc/cvector.h index 292954b1..cee33e27 100644 --- a/stc/cvector.h +++ b/stc/cvector.h @@ -23,7 +23,7 @@ #ifndef CVECTOR__H__
#define CVECTOR__H__
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "cdefs.h"
|
