]> www.fi.muni.cz Git - evince.git/blobdiff - backend/dvi/mdvi-lib/private.h
[l10n] Updated Catalan translation
[evince.git] / backend / dvi / mdvi-lib / private.h
index 5995f492f065703afe6d67c55494b5d64ca5f2d3..9f89dc708cedfaa817a186c7413c2e2111dbce50 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #ifndef _MDVI_PRIVATE_H
 #define _MDVI_PRIVATE_H 1
  */
 #ifndef _MDVI_PRIVATE_H
 #define _MDVI_PRIVATE_H 1
@@ -39,6 +39,7 @@
 #include <kpathsea/proginit.h>
 #include <kpathsea/progname.h>
 #include <kpathsea/tex-make.h>
 #include <kpathsea/proginit.h>
 #include <kpathsea/progname.h>
 #include <kpathsea/tex-make.h>
+#include <kpathsea/lib.h>
 
 #define ISSP(p)                (*(p) == ' ' || *(p) == '\t')
 #define SKIPSP(p)      while(ISSP(p)) p++
 
 #define ISSP(p)                (*(p) == ' ' || *(p) == '\t')
 #define SKIPSP(p)      while(ISSP(p)) p++