mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Also fix some obvious things (missing deps, etc). PR: 267613 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (build fix)
11 lines
231 B
C
11 lines
231 B
C
--- wmmaiload/main.h.orig 2005-08-28 11:54:03 UTC
|
|
+++ wmmaiload/main.h
|
|
@@ -27,8 +27,6 @@
|
|
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
-#include <utime.h>
|
|
-#include <time.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include "dockapp.h"
|