mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
21 lines
464 B
Plaintext
21 lines
464 B
Plaintext
$NetBSD: patch-ad,v 1.1 2009/02/07 23:23:53 joerg Exp $
|
|
|
|
--- common/all.h.orig 2009-02-08 00:13:58.000000000 +0100
|
|
+++ common/all.h
|
|
@@ -29,6 +29,7 @@
|
|
#ifndef HAVE_INTERNATIONALIZATION
|
|
#include "fcintl.h"
|
|
#endif
|
|
+#include "support.h"
|
|
#include "common.h"
|
|
#include "tegdebug.h"
|
|
#include "share.h"
|
|
@@ -36,7 +37,6 @@
|
|
#include "net.h"
|
|
#include "parser.h"
|
|
#include "version.h"
|
|
-#include "support.h"
|
|
#include "tarjeta.h"
|
|
#include "cont.h"
|
|
#include "country.h"
|