tsort.c: fix include of common.h

Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
schu 2011-08-17 12:14:47 +02:00
parent 7fade6c63a
commit b6817692a6

View File

@ -1,4 +1,5 @@
#include <common.h>
#include "common.h"
/**
* An array-of-pointers implementation of Python's Timsort