mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
Add strings.h to lexer file for strncasecmp.
This commit is contained in:
parent
0afe4d237d
commit
85e6bfcc78
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
#include <helper.h>
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
#include <strings.h>
|
||||
#include "rofi.h"
|
||||
#include "theme.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue