1
0
Fork 0
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:
Dave Davenport 2017-05-28 17:06:41 +02:00
parent 0afe4d237d
commit 85e6bfcc78

View file

@ -38,6 +38,7 @@
#include <helper.h>
#include <math.h>
#include <ctype.h>
#include <strings.h>
#include "rofi.h"
#include "theme.h"