source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: missing #include "config.h", hence missing definition of
@ 2014-08-09 14:05 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-08-09 14:05 UTC (permalink / raw)
  To: source

Log Message:
-----------
missing #include "config.h",
hence missing definition of __BEGIN_DECLS;
found by Thomas Klausner <wiz at NetBSD> on SunOS 5.11

Modified Files:
--------------
    mdocml:
        mansearch_const.c

Revision Data
-------------
Index: mansearch_const.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mansearch_const.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lmansearch_const.c -Lmansearch_const.c -u -p -r1.4 -r1.5
--- mansearch_const.c
+++ mansearch_const.c
@@ -14,6 +14,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/types.h>
 #include <stdint.h>
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-09 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09 14:05 mdocml: missing #include "config.h", hence missing definition of schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).