From: Simon Josefsson Date: Tue, 28 Jun 2005 10:05:23 +0000 (+0000) Subject: Typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1425736be51f4f4abedbdb06bb790306abeadb30;p=pspp Typo. --- diff --git a/lib/check-version.c b/lib/check-version.c index b54f2e55de..2e3659cff5 100644 --- a/lib/check-version.c +++ b/lib/check-version.c @@ -28,7 +28,7 @@ #include /* Get specification. */ -#include "check_version.h" +#include "check-version.h" /* Check that the the version of the library (i.e., the CPP symbol * VERSION) is at minimum the requested one in REQ_VERSION (typically