$NetBSD: patch-ad,v 1.4 2007/01/20 14:30:17 joerg Exp $

--- app/app_procs.c.orig	2007-01-20 14:09:54.000000000 +0000
+++ app/app_procs.c
@@ -73,6 +73,7 @@
 #include "brush.h"
 #include "layout.h"
 #include "minimize.h"
+#include "store_frame_manager.h"
 #include "depth/displaylut.h"
 
 #include "config.h"
@@ -82,6 +83,8 @@
 #define SHOW_LATER 1
 #define SHOW_NOW 2
 
+static void	app_update_prefix(void);
+
 extern int start_with_sfm;
 extern int initial_frames_loaded;
 
@@ -710,7 +713,7 @@ app_exit (int kill_it)
 */
 }
 
-void
+static void
 app_update_prefix (void)
 {
     if(strcmp(GetDirStaticPrefix(), GetDirPrefix()) != 0)
