Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cstring include in buffer_curl.cpp #2

Open
chrisrichardson77 opened this issue Jan 12, 2015 · 0 comments
Open

Missing cstring include in buffer_curl.cpp #2

chrisrichardson77 opened this issue Jan 12, 2015 · 0 comments

Comments

@chrisrichardson77
Copy link

May only apply to certain compilers, in this case gcc-4.9.

Build output:
g++ -Wall -mtune=core2 -march=core2 -msse3 -mfpmath=sse -m64 -O3 -c -o buffer_curl.o buffer_curl.cpp
buffer_curl.cpp: In function ‘JAD::Buffer* JAD::http_post_buffer(const char_, JAD::Buffer_, std::string&, const char*, int)’:
buffer_curl.cpp:87:32: error: ‘strtok’ was not declared in this scope
return_type = strtok(rt,";");
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant