From eeda548204e78e7bde38396e7de094b75aed6931 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 8 Mar 2007 20:42:40 +0000 Subject: Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls svn-id: r26026 --- backends/midi/seq.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/midi/seq.cpp') diff --git a/backends/midi/seq.cpp b/backends/midi/seq.cpp index f570abb685..9dae348dad 100644 --- a/backends/midi/seq.cpp +++ b/backends/midi/seq.cpp @@ -32,6 +32,9 @@ #include "sound/mpu401.h" #include "common/util.h" +#include +#include + //////////////////////////////////////// // // Unix dev/sequencer driver -- cgit v1.2.3