$NetBSD: patch-ab,v 1.1 2005/10/03 12:11:08 joerg Exp $

--- paranormal.c.orig	2005-07-22 19:23:22.000000000 +0000
+++ paranormal.c
@@ -8,6 +8,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <math.h>
+#include <string.h>
 
 #include <SDL.h>
 
@@ -168,6 +169,7 @@ pn_render (void)
 	      take_screenshot ();
 	      break;
 	    default:
+	      break;
 	    }
 	  break;
 	case SDL_VIDEORESIZE:
