Skip to content

Commit

Permalink
mtrack-test.c: include <unistd.h>
Browse files Browse the repository at this point in the history
Otherwise we get an implicit declaration warning about close().

Signed-off-by: Ian Jackson <[email protected]>
  • Loading branch information
ijackson committed Apr 23, 2016
1 parent 477d8bc commit 52802ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/mtrack-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "mtouch.h"
#include <fcntl.h>
#include <stdarg.h>
#include <unistd.h>

void xf86Msg(int type, const char *format, ...)
{
Expand Down

0 comments on commit 52802ab

Please sign in to comment.