OpenSRF-svn-build.patch: this modifies the objson headers to specify
that "utils.h" is actually found in "opensrf/utils.h". I beleive the
ILS build was failing with the unqualified include because it didn't
have access to the utils.h file that used to be kept around in a
common TMP directory when OpenSRF and ILS were built simultaneously.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@944
9efc2488-bf62-4759-914b-
345cdb29e865
/* the JSON parser, so we can read the response we're XMLizing */
#include "object.h"
#include "json_parser.h"
-#include "utils.h"
+#include "opensrf/utils.h"
char* jsonObjectToXML(jsonObject*);
#include <stdio.h>
#include "object.h"
-#include "utils.h"
+#include "opensrf/utils.h"
#include <stdlib.h>
#include <string.h>
-#include "utils.h"
+#include "opensrf/utils.h"
/* json object types */
#define JSON_HASH 0