Explorar o código

libpthread/linuxthreads: add missing string.h include in condvar.c

Quelches a compiler warning by that memset was implicitly declared.
Marcus Haehnel %!s(int64=2) %!d(string=hai) anos
pai
achega
cd950aac51
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libpthread/linuxthreads/condvar.c

+ 1 - 0
libpthread/linuxthreads/condvar.c

@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <sched.h>
 #include <stddef.h>
+#include <string.h>
 #include <sys/time.h>
 #include "pthread.h"
 #include "internals.h"