From 4521ede6db006b9457364e3495f09a0f1d571e9c Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 20 Jan 2005 06:18:07 +0000 Subject: [PATCH] Requires xpbeep.h for BEEP macro. --- src/xpdev/wraptest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpdev/wraptest.c b/src/xpdev/wraptest.c index ec9a49545e..2e77761fe6 100644 --- a/src/xpdev/wraptest.c +++ b/src/xpdev/wraptest.c @@ -12,6 +12,7 @@ #include "filewrap.h" #include "sockwrap.h" #include "threadwrap.h" +#include "xpbeep.h" #define LOCK_FNAME "test.fil" #define LOCK_OFFSET 0 -- GitLab