mirror of
https://github.com/yshui/picom.git
synced 2025-04-21 18:03:02 -04:00
Include getopt.h for getopt().
I think this should be portable. If it isn't, please yell at me and I'll add the necessary autoconf magic.
This commit is contained in:
parent
3f8a32b083
commit
7409bb892a
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue