Skip to content

Commit

Permalink
Fix stringsearch.c include
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Apr 9, 2020
1 parent de68ce1 commit a250958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/stringsearch.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/

#include <assert.h>
#include <stdlib.h>

#include "../memcasecmp.h"
#include "../util.h"
Expand Down

0 comments on commit a250958

Please sign in to comment.