Commit Diff
- Commit:
7165924d2c70945b1071f478b1aab457773576e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- portable: getprocname: program_invocation_short_name This is needed for gitwrapper which will fail if its program name cannot be detected properly.
- Actions:
- Patch | Tree
--- compat/getprogname.c +++ compat/getprogname.c @@ -14,6 +14,8 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "got_compat.h" + #include <sys/types.h> #include <errno.h>