mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Also fix some obvious things (missing deps, etc). PR: 267613 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (build fix)
10 lines
236 B
C
10 lines
236 B
C
--- wmmaiload/dockapp.c.orig 2022-11-07 08:58:34 UTC
|
|
+++ wmmaiload/dockapp.c
|
|
@@ -26,6 +26,7 @@
|
|
#include "dockapp.h"
|
|
#include <sys/time.h>
|
|
#include <sys/types.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
|
|
#define WINDOWED_SIZE_W 64
|