summaryrefslogtreecommitdiff
path: root/c/unpack.c
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
committerfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
commit48e0274505583affa8546cdffe19761033622aa2 (patch)
tree13727db8f6ebfe1d75d05b876f405d3dbfc5496f /c/unpack.c
parent1278eb3c63e2371283e07c0360b044728d72c704 (diff)
downloadmsgpack-python-48e0274505583affa8546cdffe19761033622aa2.tar.gz
lang/c/msgpack: fixed packaging problem
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@64 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
Diffstat (limited to 'c/unpack.c')
-rw-r--r--c/unpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/unpack.c b/c/unpack.c
index 012888e..a2fc066 100644
--- a/c/unpack.c
+++ b/c/unpack.c
@@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include "unpack.h"
+#include "msgpack/unpack.h"
#include "unpack_context.h"
#include <stdlib.h>