mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05: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 <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <getopt.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
|
|
Loading…
Reference in a new issue