mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05: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