X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fbt.c;h=4178d1475af769810a3f193d3af3d1afb5c48797;hb=e04c680aae366f5af85cd50776875fcdf3c8927a;hp=997083b1a08fb64271098f1342a126b9ebd0fe6b;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/libpspp/bt.c b/src/libpspp/bt.c index 997083b1a0..4178d1475a 100644 --- a/src/libpspp/bt.c +++ b/src/libpspp/bt.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -61,13 +61,13 @@ #include #endif -#include +#include "libpspp/bt.h" #include #include #include -#include +#include "libpspp/cast.h" static void rebalance_subtree (struct bt *, struct bt_node *, size_t);