17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
$NetBSD: patch-aa,v 1.2 2006/04/21 11:36:54 joerg Exp $
|
|
|
|
--- main.c.orig 2005-05-09 01:14:32.000000000 +0000
|
|
+++ main.c
|
|
@@ -90,6 +90,11 @@ SOFTWARE.
|
|
#include <error.h>
|
|
#include <menu.h>
|
|
|
|
+#include <utmp.h>
|
|
+#if !defined(__DragonFly__)
|
|
+#include <utmpx.h>
|
|
+#endif
|
|
+
|
|
#ifdef AMOEBA
|
|
#include <amoeba.h>
|
|
#include <cmdreg.h>
|