diff --git a/src/Uia.c b/src/Uia.c index c9db32a..2a6f64a 100644 --- a/src/Uia.c +++ b/src/Uia.c @@ -411,7 +411,7 @@ UiaComplete(Array * flows, HttpServerContext * context, Db * db, ArrayAdd(completed, JsonValueString(authType)); - ret = 1; / * TODO: Only return 1 if there are remaining stages */ + ret = 1; /* TODO: Only return 1 if there are remaining stages */ finish: ArrayFree(possibleNext); diff --git a/src/include/Db.h b/src/include/Db.h index a94be03..1096b74 100644 --- a/src/include/Db.h +++ b/src/include/Db.h @@ -31,6 +31,7 @@ #include #include +#include typedef struct Db Db; typedef struct DbRef DbRef;