mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
- patted portlint - patches are now makepatch compliant PR: 210058 Changes: http://vba-m.com/forum/showthread.php?tid=1037&pid=6091#pid6091 http://vba-m.com/forum/showthread.php?tid=1036&pid=6090#pid6090 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Reviewed by: pawel Approved by: Allison N. Reid <root@cooltrainer.org> (maintainer)
10 lines
175 B
C++
10 lines
175 B
C++
--- src/common/Patch.cpp.orig 2016-08-13 15:20:47 UTC
|
|
+++ src/common/Patch.cpp
|
|
@@ -6,6 +6,7 @@
|
|
#endif
|
|
|
|
#include "Patch.h"
|
|
+#include <sys/param.h>
|
|
|
|
#ifndef __LIBRETRO__
|
|
|