revert unwanted commit
[gnulib.git] / lib / c-strstr.c
index e383fe3..b015a63 100644 (file)
@@ -26,6 +26,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include <config.h>
 
+/* Specification.  */
+#include "c-strstr.h"
+
 #include <string.h>
 
 typedef unsigned chartype;