chiark / gitweb /
Source code reorganization:
[disorder] / lib / selection.h
index 90896495f1e5901c2af988f24f2ce0418ac990a0..099950109e1f98dc0fedd51ab294247d9ad2f67a 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);