zyh
7 rokov pred
1 zmenil súbory, kde vykonal
3 pridanie a
0 odobranie
-
3
0
src/dstr.c
|
|
@@ -26,6 +26,9 @@
|
|
|
#include <rtthread.h>
|
|
|
#include <stdarg.h>
|
|
|
#include <string.h>
|
|
|
+#ifdef __GNUC__
|
|
|
+#include <strings.h>
|
|
|
+#endif
|
|
|
#include <stdlib.h>
|
|
|
#include <stdio.h>
|
|
|
#include "dstr.h"
|