Add missing string.h includes

Closes #2652
This commit is contained in:
Patrick Griffis 2021-11-11 10:24:39 -06:00
parent 4f3ef3505a
commit f93b13a6a3
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*/
#include <string.h>
#include <glib.h>
#include "fish.h"

View File

@ -22,6 +22,8 @@
*/
#include <string.h>
#include "utils.h"
#include "fish.h"