Commit cd4a8bdc authored by Lucas Russo's avatar Lucas Russo

include/bpm_server_prelude.h: add getopt.h header

We will use getopt for our command-line
parsing.
parent ca00ea3f
......@@ -15,6 +15,7 @@
#include <inttypes.h>
#include <sys/types.h>
#include <stdbool.h>
#include <getopt.h>
/* zeroMQ libraries */
#include <zmq.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