json: Move from lib to include/openvswitch.
[cascardo/ovs.git] / python / ovs / _json.c
index c4e2af3..7067ce2 100644 (file)
@@ -1,5 +1,5 @@
 #include "Python.h"
-#include <openvswitch/lib/json.h>
+#include <openvswitch/json.h>
 #include "structmember.h"
 
 #if PY_MAJOR_VERSION >= 3