svn commit: r234069 - head/sbin/savecore
Robert Millan
rmh at FreeBSD.org
Mon Apr 9 20:55:24 UTC 2012
Author: rmh
Date: Mon Apr 9 20:55:23 2012
New Revision: 234069
URL: http://svn.freebsd.org/changeset/base/234069
Log:
Include <signal.h> (for SIGINFO).
Modified:
head/sbin/savecore/savecore.c
Modified: head/sbin/savecore/savecore.c
==============================================================================
--- head/sbin/savecore/savecore.c Mon Apr 9 19:40:52 2012 (r234068)
+++ head/sbin/savecore/savecore.c Mon Apr 9 20:55:23 2012 (r234069)
@@ -72,6 +72,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <fstab.h>
#include <paths.h>
+#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
More information about the svn-src-head
mailing list