Skip to content

Commit

Permalink
fix path for include
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Nov 11, 2004
1 parent 5beddf7 commit a62af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#ifndef __TREE_H__
#define __TREE_H__

#include "../../lib/tree.h"
#include "lib/tree.h"

struct tree_s {
RB_ENTRY(tree_s) node;
Expand Down

0 comments on commit a62af83

Please sign in to comment.