mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
- Support staging - Use new LIB_DEPENDS syntax - Use new OPTIONS features - Fix build on 10.x
10 lines
323 B
C
10 lines
323 B
C
--- src/hf/view_area.c.orig 2010-07-31 07:31:37.000000000 +0400
|
|
+++ src/hf/view_area.c 2013-12-24 08:09:42.420751997 +0400
|
|
@@ -20,6 +20,7 @@
|
|
|
|
// Modified 2005-01-09 for removing double buffering (now auto with GTK2) PSTG
|
|
|
|
+#include "../utils/x_alloc.h"
|
|
#include "view_area.h"
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|