From 40da5b6b50c49c86222769e95cb1ef88e2eee17e Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 17 Nov 2009 21:12:42 +0000 Subject: [PATCH] Fixed build warning on *BSD. --- sync.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sync.m b/sync.m index 1f4a4aa..07e8890 100644 --- a/sync.m +++ b/sync.m @@ -4,6 +4,9 @@ #include #include +int snprintf(char *restrict s, size_t n, const char *restrict format, ...); + + @interface Fake + (void)dealloc; @end