diff options
-rw-r--r-- | polyp/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h index 745d8f0f..d9e18ddb 100644 --- a/polyp/util.h +++ b/polyp/util.h @@ -30,6 +30,8 @@ #include "gcc-printf.h" #include "sample.h" +struct timeval; + void pa_make_nonblock_fd(int fd); int pa_make_secure_dir(const char* dir); |