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

Problem including <caml/socketaddr.h> #5499

Closed
vicuna opened this issue Feb 4, 2012 · 1 comment
Closed

Problem including <caml/socketaddr.h> #5499

vicuna opened this issue Feb 4, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Feb 4, 2012

Original bug ID: 5499
Reporter: shadinger
Assigned to: @protz
Status: closed (set by @xavierleroy on 2013-08-31T10:48:49Z)
Resolution: fixed
Priority: normal
Severity: minor
Platform: Windows
OS: Win7
OS Version: 64 bits
Version: 3.12.1
Fixed in version: 4.01.0+dev
Category: platform support (windows, cross-compilation, etc)

Bug description

When including in C <caml/socketaddr.h>, in generates an error that it cannot import <misc.h>.

I guess you should change in otherlibs/win32unix/socketaddr.h

#include <misc.h>

into

#include "misc.h"

Patch included.

File attachments

@vicuna
Copy link
Author

vicuna commented Mar 22, 2012

Comment author: @protz

Thanks, and sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant