pkgsrc/x11/xscreensaver/patches/patch-ae
wiz 1a898aa460 Update to 4.11:
* New hacks, `hypertorus', `cubestorm', `glknots', `blocktube',
  and `glmatrix'.
* Updates to `cloudlife', `engine', `xmatrix', and `sonar'.
* Rewrote `glslideshow': it should work on somewhat wimpier
  video cards now.
* Various portability tweaks.
2003-06-24 10:22:46 +00:00

12 lines
299 B
Text

$NetBSD: patch-ae,v 1.9 2003/06/24 10:22:47 wiz Exp $
--- driver/xscreensaver.h.orig Sat Jun 7 10:22:21 2003
+++ driver/xscreensaver.h
@@ -12,6 +12,7 @@
#ifndef __XSCREENSAVER_H__
#define __XSCREENSAVER_H__
+#include <signal.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>