Improve formatting in mailbox.c
This commit is contained in:
parent
0b2d907b05
commit
47f960035a
|
|
@ -35,9 +35,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/sysmacros.h> // For makedev().
|
||||||
// Fixes compile error "mailbox.c:260: undefined reference to `makedev'"
|
|
||||||
#include <sys/sysmacros.h>
|
|
||||||
|
|
||||||
#include "mailbox.h"
|
#include "mailbox.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue