summaryrefslogtreecommitdiff
path: root/src/make-prime-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/make-prime-list.c')
-rw-r--r--src/make-prime-list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make-prime-list.c b/src/make-prime-list.c
index 49db2bac0..e0d9b810e 100644
--- a/src/make-prime-list.c
+++ b/src/make-prime-list.c
@@ -24,7 +24,10 @@ this program. If not, see http://www.gnu.org/licenses/. */
#include <string.h>
#include <stdlib.h>
#include <errno.h>
+
+/* Deactivate config.h's "rpl_"-prefixed definitions of these symbols. */
#undef fclose
+#undef strerror
struct prime
{