summaryrefslogtreecommitdiffstats
path: root/src/rpmvercmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpmvercmp.h')
-rw-r--r--src/rpmvercmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rpmvercmp.h b/src/rpmvercmp.h
index be030c6c..14cf10f9 100644
--- a/src/rpmvercmp.h
+++ b/src/rpmvercmp.h
@@ -23,6 +23,10 @@
int rpmvercmp(const char *a, const char *b);
+#ifndef HAVE_STRVERSCMP
+int strverscmp(const char *s1, const char *s2);
+#endif
+
#endif
/* vim: set ts=2 sw=2 noet: */