Source code reorganization:
[disorder] / lib / selection.h
index 9089649..0999501 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA
  */
-/** @file lib/selection.c
+/** @file lib/selection.h
  * @brief Select management for Disobedience
  */
 
 #ifndef SELECTION_H
 #define SELECTION_H
 
+#include "hash.h"
+
 /* Represent a selection using a hash */
 
 hash *selection_new(void);