diff options
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,9 +19,9 @@ #include <time.h> #include <unistd.h> -#include "tox.h" -#include "toxav.h" -#include "toxencryptsave.h" +#include <tox/tox.h> +#include <tox/toxav.h> +#include <tox/toxencryptsave.h> #include "arg.h" #include "queue.h" |