0001-fix-missing-config.h.patch 782 B

1234567891011121314151617181920212223242526272829
  1. From 3e017fe8da1e821d4fcd801c75467c8ec2a81eb4 Mon Sep 17 00:00:00 2001
  2. From: Rainer Gerhards <rgerhards@adiscon.com>
  3. Date: Tue, 19 Apr 2016 08:21:50 +0200
  4. Subject: [PATCH] fix missing config.h
  5. [yann.morin.1998@free.fr: backport from upstream]
  6. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
  7. ---
  8. json_object_iterator.c | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/json_object_iterator.c b/json_object_iterator.c
  11. index 6ab3a85..fb51f6e 100644
  12. --- a/json_object_iterator.c
  13. +++ b/json_object_iterator.c
  14. @@ -17,8 +17,8 @@
  15. *******************************************************************************
  16. */
  17. +#include "config.h"
  18. #include <stddef.h>
  19. -
  20. #include "json.h"
  21. #include "json_object_private.h"
  22. #include "json_object_iterator.h"
  23. --
  24. 2.7.4