mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-16 22:43:58 +03:00
GTK: Misc: Squash strcmp and strdup implicit declaration warnings.
This commit is contained in:
parent
ad7544a6df
commit
5b96635c73
@ -21,9 +21,11 @@
|
||||
* Implementation of netsurf miscellaneous operations table
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "utils/config.h"
|
||||
#include "utils/errors.h"
|
||||
#include "utils/log.h"
|
||||
#include "utils/messages.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user