Commit c65754cd authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

added libraries

parent 13a8bff2
......@@ -13,6 +13,13 @@
#include <unistd.h>
#include <errno.h>
#include <stdint.h>
#include <byteswap.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <time.h>
#include <limits.h>
#include <stdint.h>
#include <readline/readline.h>
#include <readline/history.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment