blob: 40a332809601979069fff91a54b288b9efe6fed1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-menusys_gtk_c,v 1.1 2011/10/02 01:20:55 dholland Exp $
- include missing own header file.
--- menusys.gtk.c~ 2002-01-05 12:02:44.000000000 +0000
+++ menusys.gtk.c
@@ -6,6 +6,7 @@
#include "main.h"
#include "menusys.h"
+#include "helpings.h"
GtkWidget *menusys_buildmenu(menusys_menu *menu,gpointer data);
|