#3 include string.h for memset prototype
Closed 2 years ago by aring. Opened 2 years ago by khemraj.
khemraj/dlm master  into  master

file modified
+1
@@ -10,6 +10,7 @@ 

  #include <stdlib.h>

  #include <unistd.h>

  #include <stdint.h>

+ #include <string.h>

  #include <errno.h>

  #include <time.h>

  #include <sys/types.h>

I applied this patch manually.

Thanks.

I applied this patch manually.

Thanks.

Pull-Request has been closed by aring

2 years ago
Metadata