File: imp-conv-pointers.patch

package info (click to toggle)
notebook 0.2rel-2.1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,136 kB
  • ctags: 243
  • sloc: ansic: 2,504; sh: 821; makefile: 41
file content (22 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -urN notebook-0.2rel.orig/src/nb_global.c notebook-0.2rel/src/nb_global.c
--- notebook-0.2rel.orig/src/nb_global.c	2005-03-20 12:46:00.000000000 -0700
+++ notebook-0.2rel/src/nb_global.c	2005-10-11 20:37:20.000000000 -0600
@@ -23,6 +23,7 @@
 
 #include <glib.h>
 #include <gconf/gconf-client.h>
+#include <libgnomevfs/gnome-vfs-mime-utils.h>
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
diff -urN notebook-0.2rel.orig/src/ui/nb_ui_interface.c notebook-0.2rel/src/ui/nb_ui_interface.c
--- notebook-0.2rel.orig/src/ui/nb_ui_interface.c	2005-03-20 12:46:01.000000000 -0700
+++ notebook-0.2rel/src/ui/nb_ui_interface.c	2005-10-11 20:37:20.000000000 -0600
@@ -25,5 +25,6 @@
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 #include <gconf/gconf-client.h>
+#include <libgnomeui/gnome-about.h>
 
 #include "../nb_global.h"
 #include "nb_ui_interface_callbacks.h"