Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 1cf2f19

Browse files
committed
Added missing include
1 parent 2f51f5f commit 1cf2f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsrc/leddevice/LedDeviceWS2812b.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <fcntl.h>
1212
#include <stdarg.h>
1313
#include <sys/mman.h>
14+
#include <unistd.h>
1415
//#include <sys/types.h>
1516
//#include <sys/ioctl.h>
1617

0 commit comments

Comments
 (0)