Skip to content
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

Incorrect #include for OpenBSD #960

Closed
mumble-voip opened this issue Feb 17, 2013 · 4 comments
Closed

Incorrect #include for OpenBSD #960

mumble-voip opened this issue Feb 17, 2013 · 4 comments
Labels

Comments

@mumble-voip
Copy link
Collaborator

murmurd fails to build on OpenBSD with the following error:

In file included from ./murmur_pch.h:69,
                 from ../ACL.cpp:31:
/usr/include/netinet/ip.h:178: error: 'n_time' does not name a type

This is due to an incorrect #include. The attached patch fixes this issue

This ticket has been migrated from sourceforge. It is thus missing some details like original creator etc.
The original is at https://sourceforge.net/p/mumble/bugs/960/ .

@mumble-voip
Copy link
Collaborator Author

The patch.

The following attachments were added on the original comment:

@Kissaki
Copy link
Member

Kissaki commented Mar 23, 2013

Committed as 8442674
into the after-1.2.4 branch.
Thank you very much for your contribution!

@Kissaki
Copy link
Member

Kissaki commented Mar 23, 2013

  • status: open --> accepted

@hacst
Copy link
Contributor

hacst commented Nov 7, 2013

Was merged as b0707fd into master.

@hacst hacst closed this as completed Nov 7, 2013
bogie pushed a commit to bogie/mumble that referenced this issue Nov 18, 2013
It seems the include file <netinet/in_systm.h> has to be included not only by FreeBSD but also OpenBSD, as reported and patch supplied in mumble-voip#960.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants