Skip to content

Conversation

geraldcombs
Copy link

Make sure we include Falco libs headers using a prefix, e.g.

#include <libsinsp/sinsp.h>

instead of

#include <sinsp.h>

This reduces the risk of collisions for common names like "utils.h".

Make sure we include Falco libs headers using a prefix, e.g.

    #include <libsinsp/sinsp.h>

instead of

    #include <sinsp.h>

This reduces the risk of collisions for common names like "utils.h".

Signed-off-by: Gerald Combs <[email protected]>
Copy link
Contributor

@therealbobo therealbobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! I'll merge it once the 0.21.0 libs bump is merged!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants