Skip to content

Commit

Permalink
Use linux/input-event-codes.h on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jan 9, 2019
1 parent 95d8ec7 commit 74c4bdf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
#include <string.h>
#include <unistd.h>
#include <wayland-cursor.h>
#ifdef __linux__
#include <linux/input-event-codes.h>
#elif __FreeBSD__
#include <dev/evdev/input-event-codes.h>
#endif

#include "slurp.h"
Expand Down

0 comments on commit 74c4bdf

Please sign in to comment.