#include
#include "Stack.c" // correct is: #include "Stack.h"
#include "Stack.h" ... stack S = newStack(); ... if (S->height == 0) { // correct is: StackIsEmpty(S) ...