Ver Fonte

add some include

zhangbo há 3 anos atrás
pai
commit
f67c42b721
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      app/bmc/AuthLicense.c
  2. 1 0
      app/bmc/main.c

+ 1 - 0
app/bmc/AuthLicense.c

@@ -2,6 +2,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include "md5.h"
+#include <string.h>
 
 /*
 preHandleIndex:

+ 1 - 0
app/bmc/main.c

@@ -9,6 +9,7 @@
 #include <sys/prctl.h>
 #include <semaphore.h>
 #include <pthread.h>
+#include <stdlib.h>
 //#include <fcntl.h>
 #include "linux/fcntl.h"
 #include <signal.h>