diff options
Diffstat (limited to 'example/server.c')
-rw-r--r-- | example/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/server.c b/example/server.c index 04f88f0f..aba0667b 100644 --- a/example/server.c +++ b/example/server.c @@ -20,7 +20,7 @@ #include <pb_encode.h> #include <pb_decode.h> -#include "fileproto.h" +#include "fileproto.pb.h" #include "common.h" bool listdir_callback(pb_ostream_t *stream, const pb_field_t *field, const void *arg) |