-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing event2/event.h header file #5
Comments
You need libevent2 library and header files. |
@dtikhonov Thanks for your help. My build is successful. But, I found a minor build bug. May I submit a PR? |
Of course: we are glad to receive PRs! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have got a build error when test/prog.c was compiled.
The c source file is including the event2/event.h header file is not found in the project.
Can anybody check it for me?
Thanks
The text was updated successfully, but these errors were encountered: