Add mouse vertical scrolling.
[familia.git] / src / storage / positions.c
index e6289973c2352f49e1b50ef0b46b5be8373058a9..8cb8ebec0201a072223263d385de6d2b2526fae0 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <assert.h>
 
 #include "../debug.h"
 
@@ -229,5 +230,4 @@ struct position * familia_position_get_family_position(struct familia_family *fa
         * Entry not found for a given individual. Return error.
         */
        return NULL;
-}
-
+}
\ No newline at end of file