mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
--- vdkbuilder/vdkb.cc.orig Tue Jun 27 08:08:49 2000
|
|
+++ vdkbuilder/vdkb.cc Tue Jun 27 08:09:27 2000
|
|
@@ -55,6 +55,10 @@
|
|
#include <stdlib.h>
|
|
#include <sys/param.h>
|
|
|
|
+#if ENABLE_NLS
|
|
+#include <libintl.h>
|
|
+#endif
|
|
+
|
|
|
|
//////////////////////////////
|
|
#include "./pixmaps/cube.xpm"
|