chiark / gitweb /
acctdump: Actually, we didn't need acct.h at all
[chiark-utils.git] / cprogs / acctdump.c
index 151e11d69a79ba667214c9f71d3dafc26edf76d6..4d3877f76ac5d72f0408553a42ff7aa8d3ca94c2 100644 (file)
@@ -32,8 +32,7 @@
 #include <sys/stat.h>
 
 typedef unsigned long long u64;
-#include "acct.h"
-/*#include <sys/acct.h>*/
+#include <sys/acct.h>
 typedef struct acct_v3 struct_acct;
 
 #include "myopt.h"