Missing c++ end marker in rpmdb_internal.h, oops
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Sep 2010 12:17:46 +0000 (15:17 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Sep 2010 12:17:46 +0000 (15:17 +0300)
lib/rpmdb_internal.h

index c68def3..1b691a2 100644 (file)
@@ -86,4 +86,8 @@ int mergesort(void *base, size_t nmemb, size_t size,
 /* mergesort is defined in stdlib.h on Mac OS X */
 #endif /* __APPLE__ */
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif