commit 65cf27fcc10594d85029537581588f0cb06e921b
parent f8d629a2efb8c28284c153ceecc22916db7a628f
Author: Hans Petter Selasky <[email protected]>
Date: Tue, 28 Oct 2014 08:51:36 +0100
Add missing include file for definition of error codes.
Signed-off-by: Hans Petter Selasky <[email protected]>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Nio/OssEngine.cpp b/src/Nio/OssEngine.cpp
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
+#include <errno.h>
#include <sys/soundcard.h>
#include <sys/stat.h>
#include <sys/ioctl.h>