diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-10-29 15:44:42 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-10-29 15:44:42 +0000 |
commit | bb57317f22b94970d78a97915763b0dbe1d7742d (patch) | |
tree | 92982a2bd0b179c8b147deacb4f8ad505c1b2aee /cmd/cmd_todo.h | |
parent | bed9bfcdf6b7740cc32ccf260f024e7c0a4e7503 (diff) | |
download | agni-bb57317f22b94970d78a97915763b0dbe1d7742d.tar.gz agni-bb57317f22b94970d78a97915763b0dbe1d7742d.zip |
Make rpc and todo command working, with sqlite shitz
Diffstat (limited to 'cmd/cmd_todo.h')
-rw-r--r-- | cmd/cmd_todo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/cmd_todo.h b/cmd/cmd_todo.h index 1e436ba..210529e 100644 --- a/cmd/cmd_todo.h +++ b/cmd/cmd_todo.h @@ -9,9 +9,12 @@ #include <sys/types.h> #include <sys/stat.h> +#include <sqlite3.h> + #include "util.h" #include "debug.h" #include "nbrpc_call.h" +#include "sds.h" void *cmd_todo(void *data); |