Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/dist include config.h



details:   https://anonhg.NetBSD.org/src/rev/6ff1e2caf445
branches:  trunk
changeset: 765655:6ff1e2caf445
user:      hans <hans%NetBSD.org@localhost>
date:      Wed Jun 01 15:52:48 2011 +0000

description:
include config.h

diffstat:

 external/bsd/mdocml/dist/read.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 6740b1f7ef47 -r 6ff1e2caf445 external/bsd/mdocml/dist/read.c
--- a/external/bsd/mdocml/dist/read.c   Wed Jun 01 14:13:41 2011 +0000
+++ b/external/bsd/mdocml/dist/read.c   Wed Jun 01 15:52:48 2011 +0000
@@ -15,6 +15,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/stat.h>
 #include <sys/mman.h>
 



Home | Main Index | Thread Index | Old Index