diff options
author | Masood Malekghassemi <atash@google.com> | 2016-02-03 10:30:23 -0800 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-04 17:18:17 +0100 |
commit | c9c53eeba5de2e60583d70a9f7f3356a5347d637 (patch) | |
tree | 577916258b27bec8cf64a34337d2b2f0856a01c5 /src/python | |
parent | df1e07e5c18c36dcb72df40cfbcc875e3c78a776 (diff) |
Sundry fixes
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio/grpc/_cython/loader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc/_cython/loader.c b/src/python/grpcio/grpc/_cython/loader.c index bd86228208..f234c4af96 100644 --- a/src/python/grpcio/grpc/_cython/loader.c +++ b/src/python/grpcio/grpc/_cython/loader.c @@ -31,6 +31,8 @@ * */ +#include "loader.h" + #if GPR_WIN32 #include <tchar.h> |