Differences From Artifact [5cc1b1a048]:
- File src/XMPPSRVLookup.m — part of check-in [a6c65a6aa2] at 2011-09-22 23:38:03 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 8104) [annotate] [blame] [check-ins using]
To Artifact [9912c628e3]:
- File src/XMPPSRVLookup.m — part of check-in [b684cb87bf] at 2012-01-16 22:31:44 on branch trunk — Reorder headers to avoid dependency issues (required for NetBSD) (user: florob@babelmonkeys.de, size: 8060) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - - | #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <assert.h> |
︙ |