mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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…
Add table
Add a link
Reference in a new issue