Skip to content

Commit

Permalink
Include s3c_util.h to fix compilation error from
Browse files Browse the repository at this point in the history
s3_set_endpoint() being undefined.


git-svn-id: file:///afs/nd.edu/user37/ccl/svn/cctools/trunk@1600 a4d8336d-3463-0410-8bba-c098c45d37a8
  • Loading branch information
dpandiar committed Oct 28, 2011
1 parent 48cc0af commit 85d624a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3tools/src/s3common.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ See the file COPYING for details.
#include <stringtools.h>
#include <console_login.h>
#include "s3common.h"
#include "s3c_util.h"


char *userid = NULL;
Expand Down

0 comments on commit 85d624a

Please sign in to comment.