aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-10-18 17:38:43 +0200
committerJulius Bünger <buenger@mytum.de>2018-10-20 14:47:30 +0200
commit061e86b157b1f13062ef879656a1c2678a8b6f35 (patch)
tree73c65526ed9216afa91bbed109d0c775ac57e807 /src/rps/rps-test_util.h
parent6db3d32691dfeaae7d8591eb7ddf6217a01e7077 (diff)
downloadgnunet-061e86b157b1f13062ef879656a1c2678a8b6f35.tar.gz
gnunet-061e86b157b1f13062ef879656a1c2678a8b6f35.zip
RPS: Try to fix building error
Diffstat (limited to 'src/rps/rps-test_util.h')
-rw-r--r--src/rps/rps-test_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h
index 02b4bb400..2e6560723 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -26,6 +26,8 @@
26#ifndef RPS_TEST_UTIL_H 26#ifndef RPS_TEST_UTIL_H
27#define RPS_TEST_UTIL_H 27#define RPS_TEST_UTIL_H
28 28
29#define TO_FILE 1
30
29 31
30void 32void
31to_file_ (const char *file_name, char *line); 33to_file_ (const char *file_name, char *line);