You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/nvclock/files/nvclock-0.8_p20110102-uslee...

15 lines
295 B

fix warning:
libc_wrapper.c:54: warning: implicit declaration of function usleep
--- a/src/backend/libc_wrapper.c
+++ b/src/backend/libc_wrapper.c
@@ -27,6 +27,8 @@
+#define _BSD_SOURCE
#include <stdio.h>
#include "xfree.h"
+#include "config.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>