blob: 13a2ef1f79b4a0ae7955b9db49c86eefd38c2e6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- idled.h.orig 2010-01-25 16:07:42.000000000 -0800
+++ idled.h 2010-01-25 16:07:50.000000000 -0800
@@ -1,7 +1,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <sys/param.h>
-#include <utmp.h>
#define qelem qelem_sys /* Work around to use our own qelem below */
#include <stdlib.h>
|