aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/devdraw/cocoa-thread.h')
-rw-r--r--src/cmd/devdraw/cocoa-thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/devdraw/cocoa-thread.h b/src/cmd/devdraw/cocoa-thread.h
index c2f3e982..d5793f0a 100644
--- a/src/cmd/devdraw/cocoa-thread.h
+++ b/src/cmd/devdraw/cocoa-thread.h
@@ -30,4 +30,5 @@
void qlock(QLock*);
void qunlock(QLock*);
+ int threadid(void);
#endif